@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/
Body {
	font-family: "微軟正黑體", Times New Roman, serif;
	font-size: 18px;
	line-height: 150%;
	color: #222;
}
img, object, embed, video {
	max-width: 100%;
}
.ll-hide {
	display: none;
}
/* Brand 與 主選單相關*/


.navbar-brand {
	font-weight: 600;
	font-size: 20px;
	padding: 10px 20px;
}
.navbar-inverse {
	/*	background-image: url(../images/template/main-menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover; */
	background-color: rgba( 0, 0, 0, 1);
	border-bottom: 0px;
	opacity: .9;
	height: 90px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: rgba( 253, 48, 3,.95);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: rgba( 0, 0, 0,.50);
}
.nav > li > a {
	vertical-align: bottom;
	padding-top: 35px;
	font-size: 18px;
	height: 89px;
}
.dropdown-menu {
	background-color: rgba( 0, 0, 0,.95);
}
.dropdown-menu > li > a {
	font-size: 17px;
	line-height: 200%;
	color: #FFF;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.dropdown-menu > li > a:hover {
	color: #fff;
	background-color: rgba( 253, 48, 3,.95);
}
.menu-date {
	font-size: 120%;
	color: #999;
	border-bottom: 1px dashed #666;
	border-top: 1px dashed #666;
	text-align: center;
	padding: 4px 8px;
	font-weight: 400;
	margin: 6px;
}
/*輪播調整*/
.carousel-control {
	width: 10%;
}
.glyphicon-chevron-left {
	left: 30%;
	background-color: #000;
	border-radius: 30px;
}
.glyphicon-chevron-right {
	right: 30%;
	background-color: #000;
	border-radius: 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	width: 46px;
	height: 46px;
	/* margin-top: -10px; */
	font-size: 30px;
	/* vertical-align: bottom; */
	padding-top: 7px;
}
/*首頁主腰帶相關*/
.info_block {
	background-color: #7A48F4;
	width: 100%;
	padding: 15px 0;
	color: #fff;
}
.info_block_inside {
	background-color: #7A48F4;
	width: 100%;
	padding: 2px 0;
	color: #fff;
}
.info_date {
	line-height: 150%;
	font-size: 60px;
	font-family: arial black;
	font-weight: 600;
	color: #fff;
}
.info_weekday {
	margin: 0px 4px;
	font-size: 20px;
	padding: 2px 6px;
	font-family: "微軟正黑體";
	font-weight: 600;
	color: #7A48F4;
	background-color: #FFFF00;
	border-radius: 20px;
}
.info_place_title {
	margin-top: 16px;
	text-align: right;
	padding: 0px 10px 0px 0px;
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 105%;
	border-right: 1px solid #FFF;
}
.info_adress {
	margin-top: 16px;
	padding: 0px 10px 0px 0px;
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 80%;
}
.info_adress2 {
	font-size: 15px;
}
/*首頁主標題*/
.topic_title {
	padding: 20px 0px 30px;
	letter-spacing: 2px;
	margin: 10px 0px;
	text-align: center;
	line-height: 150%;
	font-weight: 600;
	color: #cc3300;/*
    border-bottom: 1px dotted #999;
*/
}
/*首頁關於論壇介紹*/

.intro-block {
	padding-bottom: 50px;
	background-image: url(../images/index/intro-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.intro-sub-title {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	padding: 10px 0px;
}
.intro-detail-block {
	font-size: 20px;
	line-height: 200%;
	padding: 25px;/*
	background-color: rgba(255,255,255,0.80);
	border-radius:20px; 
	box-shadow: 0px 0px 15px rgba(0,0,0,0.20)
*/
}
.mainact-block {
	padding-bottom: 20px;
	background-image: url(../images/index/mainact-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.mainact-photo {
	margin-top: 30px;
	padding: 30px;
	background-color: rgba(255,255,255,.7);
	border-radius: 30px;
}
.forum-row {
	margin: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.forum-unit {
	border-radius: 30px;
	color: #FFF;
	font-weight: 600;
}
/*首頁論壇色塊底色*/
#forum-unit01, #forum-unit02 {
	padding: 20px;
	background-color: #ff0000;
	height: 240px;
}
#forum-unit03, #forum-unit05 {
	padding: 25px 20px;
	background-color: #FFA500;
	height: 450px;
}
#forum-unit04, #forum-unit06 {
	padding: 25px 20px;
	background-color: #0A44A1;
	height: 450px;
}
#forum-unit07, #forum-unit09 {
	padding: 25px 20px;
	background-color: #40C672;
	height: 450px;
}
#forum-unit08, #forum-unit10 {
	padding: 25px 20px;
	background-color: #6464E5;
	height: 450px;
}
/*首頁論壇區塊標題*/
.forum-item-title {
	text-align: center;
	font-size: 30px;
	line-height: 105%;
	height: 60px;
}
.forum-item-title2 {
	padding-top: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
	line-height: 105%;
	height: 60px;
}
/*單行 title 使用 */
.forum-item-title3 {
	padding-top: 28px;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
	line-height: 105%;
	height: 60px;
}
.forum-item-hr {
	color: #EEE;
	padding: -10px 0px;
}
.forum-item-date {
	text-align: center;
	font-size: 34px;
	font-weight: 600;
}
.forum-item-time {
	text-align: center;
	font-size: 22px;
}
/*首頁論壇區塊報名按鈕*/
.forum-item-btn {
	width: 100%;
	color: #000;
	background-color: #FFF;
	border-radius: 10px;
	font-size: 24px;
	margin-top: 5px;
	border: 0px;
	line-height: 150%;
}
.forum-item-btn-close {
	width: 100%;
	color: #EEE;
	background-color: #AAA;
	border-radius: 10px;
	font-size: 24px;
	margin-top: 5px;
	border: 0px;
	line-height: 150%;
}
.forum-item-btn:hover {
	width: 100%;
	color: #663300;
	background-color: #ffff33;
	border-radius: 10px;
	font-size: 24px;
	margin-top: 5px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.60);
}
.img-rounded-forum {
	border-radius: 25px;
}
.container-forum {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 1400px;
}
.thumbnail-radius {
	border-radius: 18px;
}
.envalue-stitle {
	font-size: 24px;
	font-weight: 600;
	color: #F4562A;
}
.envalue-box {
	font-size: 18px;
	line-height: 175%;
	height: 470px;
	font-weight: 600;
}
.thumbnail-radius-up {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.thumbnail-radius-up {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.envalue-score {
	color: #ff0066;
	font-weight: 600;
	line-height: 150%;
}
/*相關新聞間距調整*/
.index-news-block {
	margin-bottom: 40px;
	padding-top: 15px;
	background-color: rgba(255,255,255,.7);
}
.trend-block {
	/*	
	background-image: url(../images/index/trend-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
*/
	margin-bottom: 50px;
}
/* 腰帶計算器 */
.counter-block {
	/*	background-image: url(../images/index/fact-counter-bg.jpg);
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; */
	background-color: #cc3300;
	padding: 15px 5px;
}
.counter-block .single-item:hover .icon-holder span:before {
	color: #ffffff;
}
.counter-block .single-item .icon-holder span:before {
	font-size: 60px;
	color: #ff5500;
	line-height: 75px;
	transition: all 500ms ease;
}
.flaticon-shapes:before {
	content: "\f108";
}
.flaticon-business:before {
	content: "\f107";
}
.flaticon-people:before {
	content: "\f111";
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-size: 20px;
	font-style: normal;
	margin-left: 0px;
}
.counter-block .single-item .text-holder h3 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	text-transform: capitalize;
	margin: 10px 0 0;
}
h1, .h1 {
	font-size: 36px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.flaticon-luxury:before {
	content: "\f106";
}
.timer-box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 120px;
}
.countdown-timer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 665px;
	height: 100%;
	margin: 0 auto;
	padding: 0 30px;
	background: rgba(0, 0, 0, 0.5);
}
.countdown-timer .default-coundown {
	display: table;
	height: 100%;
	width: 100%;
}
.countdown-timer .default-coundown .box {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.countdown-timer li {
	position: relative;
	display: inline-block;
	float: left;
	width: 150px;
	padding: 0 30px;
	;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	line-height: 30px;
	text-align: center;
}
.countdown-timer li:last-child {
	border-right: none;
}
.countdown-timer li span.days, .countdown-timer li span.hours, .countdown-timer li span.minutes, .countdown-timer li span.seconds {
	font-family: "LiHei Pro", "微軟正黑體", "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 48px;
	line-height: 50px;
	color: #d28a00;
	font-weight: 700;
	text-align: center;
	padding: 0;
}
.countdown-timer li span.hours {
	color: #ffd100;
}
.countdown-timer li span.minutes {
	color: #f08f90;
}
.countdown-timer li span.seconds {
	color: #cf57fe;
}
.countdown-timer li span.timeRef {
	font-family: "LiHei Pro", "微軟正黑體", "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #d28a00;
	font-weight: 300;
	text-transform: capitalize;
}
.timer {
	margin-top: -10px;
	text-align: center;
	color: #eee;
}
.countdown-timer li span.timeRef.clr-1 {
	color: #ffd100;
}
.countdown-timer li span.timeRef.clr-2 {
	color: #f08f90;
}
.countdown-timer li span.timeRef.clr-3 {
	color: #cf57fe;
}
/*　腰帶計算器結束 */

.report-block {
	background-image: url(../images/index/report-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-bottom: 50px;
}
.forum-block {
	background-image: url(../images/index/forum-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-bottom: 50px;
}
.thumbnail-radius {
	border-radius: 18px;
}
.footer-block {
	background-image: url(../images/index/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-top: 40px;
}
.contact-area {
	text-align: left;
	color: #EEE;
	line-height: 200%;
	background-color: rgba(102,51,255,.8);
	padding: 30px;
	border-radius: 20px;
}
.contact-block {
	padding: 30px 0px;
	color: #EEE;
	background-color: rgba(0,0,0,1);
	text-align: center;
}
.contact-icon {
	color: #F8EF75;
	font-size: 135%;
	padding: 5px;
}
.contact-item {
	font-size: 90%;
	color: #AAA;
	line-height: 100%;
}
.sponsor-block {
	padding: 15px;
	background-color: rgba(255,255,255,1);
	text-align: center;
}
.sponsor-unit {
	font-size: 18px;
	font-weight: 600;
	color: rgba( 253, 48, 3,1);
	padding: 15px;
}
/****************************
*          論壇內頁          *
****************************/

/*論壇海報區塊*/
.edm-block {
	padding: 125px 0px 0px;
}
.edm-block > img {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.30);
	border: #EEE solid 2px;
}
/*首每場論壇資訊腰帶相關---紫色版*/
.forum_info_block {
	background-color: #682c92;
	width: 100%;
	padding: 15px 0;
	color: #fff;
}
/* table-forum 論壇表頭 */

.forum-bg-gradient {
	background: linear-gradient(to bottom, rgb(190,225,255), rgb(255,255,255));
}
.forum-info {
	text-align: center;
	color: #FFF;
	font-size: 22px;
	font-weight: 400;
	line-height: 150%;
}
.forum-info > i {
	font-weight: 400;
	font-size: 80%;
	color: #FDF364;
}
/*論壇介紹*/
.forum-intro {
	color: #000;
	line-height: 170%;
	padding-bottom: 10px;
}
.forum-intro-5em {
	color: #000;
	line-height: 170%;
	padding-bottom: 10px;
	margin-left:5em;
	text-indent : -5em ;
}
/*論壇介紹－－內容縮排1字元；首行縮排2字元*/
.forum-intro2 {
	color: #000;
	line-height: 170%;
	padding-bottom: 10px;
	margin-left: 1em;
	text-indent : 2em;
}
.forum-intro-stitle {
	text-align: center;
	color: #0066cc;
	line-height: 170%;
	padding-bottom: 10px;
	font-size: 120%;
	font-weight: 600;
}
tr {
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #EEE;
}
tr:nth-child(1) {
	background: linear-gradient(to right, rgb(104,44,146), rgb(153,102,255));
	color: #FFF;
	font-weight: 600;
	text-align: center;
	border-top: 0px;
	;
}
th:nth-child(2) {
	border-left: 2px solid #EEE;
	border-right: 2px solid #EEE
}
tr:nth-child(1) >th:first-child {
	border-top-left-radius: 40px;
}
tr:nth-child(1)>th:last-child {
	border-top-right-radius: 40px;
}
.table-tr-cyan {
	background-color: #c2ebfd;
}
.table-tr-lightpurple {
	background-color: #dcdcfd;
}
.forum-table {
	font-size: 120%;
	font-weight: 600;
	background-color: rgba(255,255,255,0.75);
	border-radius: 40px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.30);
}
td:nth-child(1) {
	font-size: 100%;
	font-weight: 400;
	font-family: arial;
	text-align: center;
}
.table-tr-gradient {
	font-family: "微軟正黑體"!important;
	font-weight: 600!important;
	color: #FFF;
	background: linear-gradient(to right, rgb(0,140,250), rgb(0,218,220));
}
.form-detail {
	font-size: 90%;
	font-weight: 500;
}
/*論壇主講人照片*/
.ppl-left-pic {
	z-index: 20;
	-webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
	filter: drop-shadow(8px 8px 7px rgba(0, 0, 0, 0.3))
}
.ppl-left-name {
	margin-top: 30px;
	margin-left: -60px;
	padding: 50px 0px 35px 60px;
	color: #FFF;
	font-Size: 28px;
	font-weight: 600;
	line-height: 150%;
	text-shadow: 0.05em 0.05em 0.1em #333;
	background: linear-gradient(to right, rgba(102,0,153,.8), rgba(102,0,153,0));
}
#ppl-line3 {
	margin-top: 30px;
	padding: 30px 0px 35px 60px;
	font-Size: 28px;
	font-weight: 600;
	line-height: 120%;
}
.ppl-line3 {
	margin-top: 30px;
	padding: 30px 0px 35px 60px;
	font-Size: 28px;
	font-weight: 600;
	line-height: 120%;
}
.ppl-name {
	letter-spacing: 1px;
}
.ppl-title {
	font-size: 80%;
}
/* table-hover修改 */
.table-hover > tbody > tr:hover {
	background-color: rgba(0,255,255,0.10);
	box-shadow: 0px 0px 20px rgba(0,255,255,0.70);
	width: 120%;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
/*各個場次底板*/
.session-section {
	background-color: #f2f3ef;
	padding: 0;
	border: 12px solid rgba(255,255,255,1.00);
	box-shadow: 0px 0px 20px rgba(118,118,118,.50);
	margin-bottom: 20px;
}
.btn-xl-ss {
	margin: auto;
	padding: 1rem 4.25rem;
	font-size: 125%;
	font-weight: 700;
	background-color: cyan;
	border: none;
	border-radius: 2rem;
}
/* 研討會展示 */
/*腰帶上下間距 */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
	margin-top: 0px;
}
* {
	box-sizing: border-box;
}
/* 佔螢幕總寬 */
.slider {
	width: 90%;
	margin: 100px auto;
}
.slick-slide {
	margin: 0px 20px;
}
.slick-slide img {
	width: 100%;
}
.slick-prev:before,  .slick-next:before {
	color: black;
}
.slick-prev:before, .slick-next:before {
	font-size: 35px;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: 1;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}
/*每一場研討會*/
.slide-border {
	position: relative;
	padding: 5px;
}
.slide-item {
	border: 1px solid #DDD;
	border-radius: 8px;
	background-color: #FFF;
}
.slide-item-note {
	position: absolute;
	top: -5px;
	left: -5px;
}
.slide-item-img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.slide-item-title {
	text-align: center;
	color: #333;
	font-weight: 600;
	font-size: 20px;
	line-height: 125%;
	height: 60px;
	border-bottom: 1px solid #EEE;
}
.slide-item-title > a {
	color: #111;
}
.slide-item-title > a:hover {
	color: #00F;
	text-decoration: none;
}
.slide-item-content {
	font-size: 85%;
	color: #666;
	padding: 15px;
	line-height: 100%;
}
/*廠商列表*/
.exh-item {
	margin: 10px 0px;
	text-align: center;
	padding: 15px;
	border: 1px solid #DDD;
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 0px 0px 15px rgba(118,118,118,.20);
	line-height: 150%;
	font-size: 90%;
}
.exh-item:hover {
	border: 1px solid #EEE;
	box-shadow: 0px 0px 15px rgba(0,255,255,.70);
}
.exh-table {
	font-size: 120%;
	font-weight: 600;
	background-color: rgba(255,255,255,0.75);
	border-radius: 40px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.30);
}
.exh-table-td {
	padding: 25px!important;
	font-family: "微軟正黑體"!important;
	text-align: left!important;
	background-color: #FFF;
	line-height: 180%!important;
}
/* 右下方報名 */
.right-bottom-icon {
	width: 50%;
	float: right;
	position: fixed;
	right: 0px;
	bottom: 40px;
	z-index: 20;
}
.btn-list {
	color: #FFF;
	font-weight: 600;
	width: 200px;
	border: 1px double #EEE;
	border-top-right-radius: 20px;
	padding: 10px;
	background: linear-gradient(to right, rgb(102,0,204), rgb(51,0,102));
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5)
}
.btn-list:hover {
	font-weight: 600;
	color: #006699;
	background: #23F5F2;
}
.right-bottom-icon2 {
	display: none;
	width: 250px;
	float: right;
	position: fixed;
	right: 5px;
	bottom: 40px;
	z-index: 20;
}
.btn-list2 {
	font-weight: 600;
	color: #FFF;
	font-weight: 600;
	width: 200px;
	border: 1px double #EEE;
	border-top-right-radius: 20px;
	padding: 4px 5px;
	background: linear-gradient(to right, rgb(255,51,0), rgb(204,51,0));
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	line-height: 120%;
}
.btn-list-chrome{
	font-size: 80%;
	font-weight: 400;
}
.btn-list2:hover {
	color: #660000;
	background: #ffff66;
}
.traffic_block {
	position: relative;
	background-color: #7A48F4;
	padding: 0px;
	color: #fff;
	line-height: 180%;
	border-radius: 20px;
}
.traffic_info {
	padding: 20px;
}
.info_btn {
	position: absolute;
	text-align: center;
	bottom: 10px;
	right: 40px
}
.info_btn2 {
	position: absolute;
	text-align: center;
	bottom: 80px;
	right: 40px
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width: 100%;
}

/***********************************


行動版面開始


**************************************/

/* 行動版面: 760px 以下。 */
@media only screen and (max-width: 768px) {
.ss-hide {
	display: none;
}
.ll-hide {
	display: block;
}
.nav > li > a {
	vertical-align: bottom;
	padding-top: 25px;
	font-size: 18px;
}
/*手機版本Slider與上方選單的間距*/
.up-1-slider {
	margin-top: 90px;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
.navbar-inverse .navbar-toggle {
	border-color: #eee;
}
/* Brand 與 主選單相關*/
.navbar-brand {
	padding: 5px 10px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	line-height: 100%;
	background-color: rgba( 0, 0, 0,.95);
	border-color: #101010;
}
.nav > li > a {
	text-align: center;
	font-size: 20px;
}
.navbar-nav > li > a {
	padding: 0px 10px;
	line-height: 120%;
	height: 32px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 100%;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #EEA;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #EEA;
}
.dropdown-menu > li > a {
	font-size: 18px;
	text-align: center;
	line-height: 200%;
	background-color: transparent;
}
/* 放大漢堡選單按鈕 */
.navbar-toggle {
	margin-top: 30px;
	padding: 6px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 8px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 32px;
	height: 2px;
	border-radius: 1px;
}
/* 選單子項目間距 */
.menu-date {
	font-size: 120%;
	color: #999;
	border-bottom: 1px dashed #666;
	border-top: 1px dashed #666;
	text-align: center;
	padding: 0px 8px;
	font-weight: 400;
	margin: 3px;
}
/* 改變按鈕底色與邊框 */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: rgba( 253, 48, 3,.95);
}
/* 數數字區塊高度 */
.single-item {
	height: 350px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.topic_title {
	font-size: 28px;
	letter-spacing: 0px;
}
/*首頁主腰帶相關*/
.info_block {
	width: 100%;
	padding: 10px 0;
	color: #fff;
	border-top: 3px solid rgba( 0, 0, 0, .5);
}
.info_date {
	text-align: center;
	font-size: 35px;
	line-height: 180%;
}
.info_place_title {
	margin-top: -10px;
	margin-bottom: 10px;
}
.info_adress {
	margin-top: -10px;
	margin-bottom: 10px;
}
/*首頁論壇紅色區塊高度*/
	
#forum-unit01, #forum-unit02 {
	padding: 20px;
	background-color: #ff0000;
	height: 450px;
}
/* 論壇各場次區塊 */	
.forum-unit {
	padding: 10px 0px;
}
/* 手機板論壇各場次間距 */	
.forum-row {
	margin: 0px 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.forum-item-title2 {
	font-size: 24px;
	line-height: 125%;
}
.forum-item-time {
	font-size: 18px;
}
/*亮點高度*/	
.envalue-box {
	font-size: 18px;
	line-height: 175%;
	min-height: 480px;
	font-weight: 600;
	padding: 0px 10px 25px;
}
/****************************
*       論壇內頁手機版        *
****************************/

	
	
/*論壇海報區塊-手機板*/
.edm-block {
	padding: 90px 0px 0px;
}
.edm-block > img {
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	border: #EEE solid 0px;
}
/*論壇腰帶文字-手機板*/	

.forum-info {
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
}
/*論壇表格文字*/
tr:nth-child(1) >th:first-child {
	border-top-left-radius: 0px;
	font-size: 125%;
}
tr:nth-child(1)>th:last-child {
	border-top-right-radius: 0px;
}
.forum-table {
	font-size: 100%;
	font-weight: 600;
	background-color: rgba(255,255,255,0.75);
	border-radius: 0px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.30);
}
/*論壇主講人照片照片*/
.ppl-left-pic {
	margin: 20px;
	z-index: 20;
	-webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
	filter: drop-shadow(8px 8px 7px rgba(0, 0, 0, 0.3))
}
.ppl-left-name {
	text-align: center;
	margin-top: 30px;
	margin-left: -60px;
	padding: 15px 0px 10px;
	color: #FFF;
	font-Size: 28px;
	font-weight: 600;
	line-height: 125%;
	text-shadow: 0.05em 0.05em 0.1em #333;
	background: rgba(102,0,153,.7);
}
/* 腰帶計數器區塊 */	
.single-item {
	height: 200px;
}
.footer-block {
	background-image: none;
	background-color: #000;
	padding-top: 40px;
}
.sponsor-end {
	padding-bottom: 70px;
}
/* 右下方報名 */
.right-bottom-icon {
	width: 50%;
	float: right;
	position: fixed;
	left: 0px;
	bottom: 40px;
	z-index: 20;
}
.btn-list {
	color: #FFF;
	font-weight: 600;
	width: 100%;
	border: 1px double #EEE;
	border-top-right-radius: 0px;
	padding: 10px;
	background: linear-gradient(to right, rgb(102,0,204), rgb(51,0,102));
	box-shadow: 0px 0px 0px rgba(0,0,0,0.5)
}
.right-bottom-icon2 {
	width: 50%;
	float: right;
	position: fixed;
	right: 0px;
	bottom: 40px;
	z-index: 20;
}
.btn-list2 {
	font-weight: 600;
	color: #FFF;
	width: 100%;
	border: 1px double #EEE;
	border-top-right-radius: 0px;
	padding: 10px;
	background: linear-gradient(to right, rgb(255,51,0), rgb(204,51,0));
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	line-height: 150%;
}
/**/
.info_btn {
	margin: auto;
	width: 80%;
	position: static;
	text-align: center;
	padding: 15px 10px;
}
.info_btn2 {
	margin: auto;
	width: 80%;
	position: static;
	text-align: center;
	padding: 15px 10px 25px;
}
.contact-block {
	padding: 0px 0px 30px 0px;
}
	
.exh-item {
	font-size: 22px;
}
	
	
.sponsor-block {
	padding-bottom: 55px;
}
	
}

/* 表格版面: 481px 到 768px。樣式繼承自: 行動版面。 

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
} */

/* 桌面版面: 769px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */

@media only screen and (min-width: 560px) {
.nav > li:hover .dropdown-menu {
	display: block;
}
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
.forum-item-title {
}
