@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/
Body {
  font-family: "蘋果儷中黑", "微軟正黑體", "Microsoft JhengHei", Times New Roman, serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  color: #222;
}
img, object, embed, video {
  max-width: 100%;
}
a:hover {
  text-decoration: none;
}
main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ll-hide {
  display: none;
}
/* Brand 與 主選單相關*/
.navbar-brand {
  font-weight: 600;
  font-size: 20px;
  padding: 12px 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: #724CD0;
  border-bottom: 0px;
  opacity: 1;
  height: 90px;
}
/*右方有間隙*/
.navbar-right {
  margin-right: 1vw;
}
/*新增選單置中語法*/
.navbar-center {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar-collapse-center {
  text-align: center;
}
.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: #4E24B5;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #4E24B5;
}
.nav > li > a {
  vertical-align: bottom;
  text-align: center;
  padding-top: 35px;
  font-size: 18px;
  height: 89px;
  width: 163px;
}
.dropdown-menu {
  background-color: #FFFFFF; /*  #4E24B5 選單底色*/
  /* 需要卷軸使用
  max-height: 65vh;
  overflow-x: hidden;
  overflow-y: auto;
*/
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
  border: 0;
}
.dropdown-menu > li > a {
  font-size: 16px;
  color: #4E24B5;
  font-weight: 900;
  padding: 0 auto;
  background-color: #FFF;
}
.navbar-inverse .navbar-nav > li > a {
  font-weight: 400;
  color: #FFF
}
.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #4E24B5;
}

/*禮物盒子*/
.goGiftPhoto {
  position: fixed;
  display: block;
  bottom: 85px;
  right: 7px;
  width: 120px;
  z-index: 101;
  animation-name: run;
  animation-duration: .8s;
  animation-iteration-count: infinite;
}
.goGiftRule {
  position: fixed;
  display: block;
  z-index: 100;
  bottom: 25px;
  right: 15px;
  width: 102px;
  background: #DB1751;
  cursor: pointer;
  color: #fff;
  padding: 12px 5px;
  line-height: 22px;
  font-size: 16.3px;
  letter-spacing: 0.2px;
  font-weight: 600;
  box-shadow: 0px 3px 2px 1px #AF0941;
  text-align: center;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.goGiftRule:hover {
  background: #46d3de;
  animation: top .3s ease-out;
}
.giftArrow {
  display: none;
}
@keyframes run {
  from {
    bottom: 75px;
  }
  to {
    bottom:85px;
  }
}
@keyframes runArrow {
  from {
    right: 0px;
  }
  to {
    right: 4px;
  }
}
/*首頁直播*/
.index-live-area{
margin: 110px auto 0;
}
.index-live-stitle{
	font-size:20px;
	padding:25px 0 20px;
	font-weight: 900;
}
.index-live-card{
	border-radius: 15px;
	box-shadow: 0 0 2px 5px #20f7c7;
	overflow: hidden;
	margin:5px 5px 0 ;
	transition: all .5s ease;
}
.index-live-card:hover{
	
	box-shadow: 0 0 15px 5px #20f7c7;
}
.index-live-nextCard{
	border-radius: 15px;
	box-shadow: 0 0 2px 5px #00000040;
	overflow: hidden;
	margin:5px 0 5px 5px;
}
/*
.index-live-nextCard:hover{
	box-shadow: 0 0 15px 2px #00000060;
}
*/
.live-pill-icon{
	text-align: center;
	padding:0 15px 0 5px;
	border-radius: 10px;
	background-color: #cc0000;
	color: #FFF;
	font-size:14px;
	font-weight:900;
    animation-name: shining;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes shining {
  0% {
	color: #FFF;
  }
  49% {
	color: #FFF;
  }
  50% {
	color: #cc0000;
  }
  100% {
	color: #cc0000;
  }
}


.line-live-left{
	border-left: 1px solid #333;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}
.top-banner {
  margin-top: 0px;
}
.menu-date {
  font-size: 120%;
  color: #4E24B5;
  font-weight: 900;
  border-bottom: 1px dashed #EEE;
  border-top: 1px dashed #EEE;
  text-align: center;
  padding: 0 8px;
  font-weight: 400;
  margin: 2px;
  background-color: #ccccff;
}
.nav-exh {
  font-weight: 600;
  font-size: 20px !important;
  height: 96px;
  background: linear-gradient(to right, #7f6ce9, #54c4ae);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all .5s ease;
}
.nav-exh:hover {
  background: linear-gradient(to right, #4E24B5, #4E24B5);
  box-shadow: 0 0 5px 6px #00000030;
  padding-top: 2px;
  height: 105px;
  text-shadow: 1px 1px 5px #00000030;
}
.nav-exh > a {
  color: #fff;
}
.nav-exh > a:hover {
  color: #fff;
  text-decoration: none;
}
/*
#pc-hide > a {
  color: #724CD0 !important;
}
#pc-hide > li > a:hover {
  color: #724CD0 !important;
}
#pc-hide:hover {
  color: #724CD0 !important;
}*/

.search-title {
  font-size: 45px;
  color: #EEE;
  font-weight: 900;
  line-height: 200%;
  padding: 5px 0;
  /*
	background-image: url("../images/index/photo-title-side-white.svg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center; */
}
/*輪播調整*/
.carousel-control {
  width: 10%;
}
.glyphicon-chevron-left {
  left: 30%;
  background-color: #5d319a;
  border-radius: 30px;
}
.glyphicon-chevron-right {
  right: 30%;
  background-color: #5d319a;
  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;
}
/*首頁主腰帶相關---2021改回腰帶非跑馬燈*/
.info_block_2020 {
  padding: 25px 0;
  color: #fff;
  background-image: url("../images/index/info-block-bg-2021.jpg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: cover;
}
.info_block_inside {
  background-color: #7A48F4;
  width: 100%;
  padding: 2px 0;
  color: #fff;
}
.info_block_date {
  padding: 20px 0;
  color: #724CC8;
  font-weight: 900;
  font-size: 34px;
  font-family: "arial black";
  margin: auto;
}
.info_year {
  font-size: 150%;
}
.info-live-btn {
  text-align: center;
  padding: 20px 90px 0 0;
}
.info_weekday {
  margin: 0px 4px;
  font-size: 25px;
  padding: 2px 6px;
  font-family: "微軟正黑體";
  font-weight: 600;
  color: #6241c9;
  background-color: #FFF;
  border-radius: 25px;
}
.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;
}
/*首頁主腰帶相關*/
.info_block {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.info_block_down {
  margin: 30px 0;
}
.info_block_down_right {
  background: linear-gradient(to right, #EFAFA8, #FBE9E7);
  border-bottom-left-radius: 40px;
  height: 120px;
}
.woman_block {
  padding: 0;
  margin: 30px 0 0;
  background: url("../images/index/bg-all-woman-slogan.jpg");
  background-size: cover;
  height: 100%;
}
.woman_slogan {}
video#bgvid {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  border-top-right-radius: 30px;
  background: url(polina.jpg) no-repeat;
  background-size: cover;
}
#woman_slogan_mar {
  color: #fff;
  position: absolute;
  top: 22vh;
  left: 10vw;
  z-index: 10;
  font-size: 50px;
  line-height: 150%;
  font-weight: 600;
  text-shadow: 2px 2px 6px #00000040;
  letter-spacing: 2px;
}
.woman_word {
  padding: 150px 15vw 150px 100px;
}
#right-circle {
  position: absolute;
  right: 0;
  top: -160px;
  opacity: .9;
}
.woman-slogan-ani {
  line-height: 150%;
  font-size: 60px;
  font-family: arial black;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  animation-name: dateShake;
  animation-duration: 5.5s;
  animation-iteration-count: infinite;
}
/*上下頁silck*/
.center_1_prev, .center_2_prev {
  position: absolute;
  top: 50%;
  left: 5vw;
  z-index: 15;
  cursor: pointer;
}
.center_1_next, .center_2_next, .center_3_next {
  position: absolute;
  top: 50%;
  z-index: 15;
  right: 5vw;
  cursor: pointer;
}
.bn_prev_1 {
  position: absolute;
  top: 63%;
  left: -5px;
  z-index: 15;
}
.bn_next_1 {
  position: absolute;
  top: 63%;
  z-index: 15;
  right: -5px;
}
.bn_prev_2 {
  position: absolute;
  top: 48%;
  left: 0px;
  z-index: 15;
}
.bn_next_2 {
  position: absolute;
  top: 48%;
  z-index: 15;
  right: 0px;
}
.bn_prev_3 {
  position: absolute;
  top: 40%;
  left: 0px;
  z-index: 15;
}
.bn_next_3 {
  position: absolute;
  top: 40%;
  z-index: 15;
  right: 0px;
}
@keyframes dateShake {
  0% {
    transition: 0%;
    margin-right: 10px;
    opacity: 0;
    font-size: 30px;
  }
  50% {
    margin-right: 50px;
    opacity: 1;
    font-size: 60px;
  }
  90% {
    margin-right: 80px;
  }
  100% {
    transition: 100%;
    margin-right: 200px;
    opacity: 0;
    font-size: 70px;
  }
}
/*首頁主標題*/
.topic_title {
  font-weight: 900;
  color: #724CC8;
  font-size: 41px;
  line-height: 200%;
  border-bottom: #D3514A 1px dashed;
  margin: 10px 0;
}
.topic_info {
  font-size: 32px;
  font-weight: 900;
  color: #D7A142;
  text-align: center;
}
.topic_info_date {
  font-size: 80px;
  font-weight: 600;
  line-height: 125%;
  font-family: arial;
}
.title-color-blue {
  color: #4553FF;
}
/*首頁關於論壇介紹*/
.intro-block {
  padding: 90px 0 120px;
  background-color: #FFF;
}
.intro-sub-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding: 10px 0px;
}
.intro-detail-block {
  font-size: 18px;
  line-height: 200%;
  padding: 10px 50px 10px 10px;
  font-weight: 400;
  color: #0E0E0E;
  text-align: justify;
}
.intro-item {
  margin: 10px -5px;
  text-align: center;
  padding: 10px 5px 5px;
  border: 1px solid #DDD;
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: 2px 2px 8px rgba(118, 118, 118, .40);
}
.intro-item-title {
  padding: 25px 0 0;
  font-size: 22px;
  color: #333333;
  font-weight: 600;
  line-height: 150%;
  margin-left: -20px;
}
.intro-btn {
  width: 160px;
  height: 35px;
  color: #FFF;
  background-color: #0088FF;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  border: 0px;
  background-image: url(../images/index/icon-btn-bg.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
}
.intro-btn:hover {
  background-color: #0099ff;
  background-image: none;
}
.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;
}
/*2021新版論壇相關*/
.forum01-1st-title { /*針對第一場次的補充文字*/
  margin: 15px 0;
}
.caption-1st-words {
  margin-top: -18px;
  font-size: 21px;
  font-weight: 600;
  line-height: 180%;
  color: #000;
}
.card-1st-ppl {
  font-size: 14px;
  margin: 15px 10px;
  font-weight: 900;
  text-align: center;
  line-height: 200%
}
.card-1st-ppl-name {
  font-size: 180%;
}
/*新版首頁論壇*/
/*第一筆橫躺論壇編排*/
.forum-unit-1st {
  height: 210px;
  margin: 20px 0px 10px 50px;
  padding: 8px;
  border: 0px;
  border-radius: 25px;
  background-color: #FFF;
  box-shadow: 0px 0px 15px rgba(118, 118, 118, .40);
  line-height: 150%;
  font-size: 90%;
  color: #0046A8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.forum-unit-1st:hover {
  color: #65FFBD;
  background-color: #595757;
  box-shadow: 0px 0px 10px rgba(0, 102, 204, .95);
  transition: background-color .5s;
  transition: box-shadow 1s;
  cursor: pointer;
}
.forum-into-bg-blue-1st {
  height: 194px;
  width: 85%;
  margin-left: -100px;
  background: linear-gradient(45deg, rgb(100, 145, 250), rgb(91, 81, 209));
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.forum-into-bg-1st {
  width: 100%;
  height: 100%;
  background-image: url(../images/index/forum-info-bg-white-left.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 100%;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 200%;
  display: flex;
  align-items: center;
}
.forum-icon-blue-1st {
  background: linear-gradient(45deg, rgb(100, 145, 250), rgb(91, 81, 209));
  margin-left: -50px;
  width: 105px;
  border: 5px #FFF solid;
  border-radius: 99em;
  box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.30);
  float: left;
}
.forum-into-dp-1st {
  padding: 10px 70px;
  border-right: 1px #FFF solid;
}
.forum-into-title-1st {
  font-size: 170%;
  width: 450px;
  line-height: 150%;
  padding-left: -20px;
  margin: auto;
}
.forum-into-go-1st {
  font-size: 150%;
  text-align: center;
  padding-left: 25px;
}
/*下方正常4筆論壇編排*/
.forum-unit {
  margin: 50px 0 10px;
  padding: 8px;
  border: 0px;
  border-radius: 25px;
  background-color: #FFF;
  box-shadow: 0px 0px 15px rgba(118, 118, 118, .40);
  line-height: 150%;
  font-size: 90%;
  color: #0046A8;
}
.forum-unit:hover {
  color: #65FFBD;
  background-color: #595757;
  box-shadow: 0px 0px 10px rgba(0, 102, 204, .95);
  transition: background-color .5s;
  transition: box-shadow 1s;
  cursor: pointer;
}
.forum-into-bg-green {
  margin-top: -40px;
  background: linear-gradient(45deg, rgb(0, 191, 207), rgb(0, 158, 194));
  border-radius: 10px;
}
.forum-into-bg-cray {
  margin-top: -40px;
  background: linear-gradient(45deg, rgb(29, 185, 255), rgb(5, 97, 204));
  border-radius: 10px;
}
.forum-into-bg-blue {
  margin-top: -40px;
  background: linear-gradient(45deg, rgb(100, 145, 250), rgb(91, 81, 209));
  border-radius: 10px;
}
.forum-into-bg-purple {
  margin-top: -40px;
  background: linear-gradient(45deg, rgb(160, 132, 220), rgb(140, 71, 215));
  border-radius: 10px;
}
.forum-into-bg {
  width: 100%;
  background-image: url(../images/index/forum-info-bg-white.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  text-align: center;
  padding: 20px 10px 50px;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 200%;
}
.forum-into-title {
  font-size: 150%;
  line-height: 135%;
  padding-bottom: 10px;
}
.forum-into-date {
  font-size: 300%;
  font-family: Abril Titling Nar Bold;
}
.forum-into-place {
  font-size: 115%;
}
.forum-into-go {
  font-size: 150%;
  text-align: center;
  padding-bottom: 10px;
}
.forum-item-hr {
  width: 90%;
  color: #FFF;
}
.forum-icon-green {
  background: linear-gradient(45deg, rgb(0, 191, 207), rgb(0, 158, 194));
  margin: -50px auto 20px;
  width: 105px;
  border: 5px #FFF solid;
  border-radius: 99em;
  box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.30)
}
.forum-icon-cray {
  background: linear-gradient(45deg, rgb(29, 185, 255), rgb(5, 97, 204));
  margin: -50px auto 20px;
  width: 105px;
  border: 5px #FFF solid;
  border-radius: 99em;
  box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.30)
}
.forum-icon-blue {
  background: linear-gradient(45deg, rgb(100, 145, 250), rgb(91, 81, 209));
  margin: -50px auto 20px;
  width: 105px;
  border: 5px #FFF solid;
  border-radius: 99em;
  box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.30)
}
.forum-icon-purple {
  background: linear-gradient(45deg, rgb(160, 132, 220), rgb(140, 71, 215));
  margin: -50px auto 20px;
  width: 105px;
  border: 5px #FFF solid;
  border-radius: 99em;
  box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.30)
}
/*新版首頁論壇---finish*/
/*動畫 iFrame 比例*/
.embed-responsive-pc {
  padding-bottom: 45%;
}
.embed-responsive-100 {
  padding-bottom: 90%;
}
.embed-responsive-mobile {
  padding-bottom: 172%;
}
/*舊版首頁論壇色塊底色*/
#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-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 {
  height: 430px;
  margin-bottom: 40px;
  padding: 8px;
  border-radius: 5px;
}
.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/counter-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.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 {
  position: relative;
  background-image: url(../images/index/report-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 80px 0;
}
.index-news-block > h3 > a {
  color: #7e4bd4 !important;
}
.index-news-block > h3 > a:hover {
  color: #09a9ec !important;
}
.index-news-block > p > a > img {
  border-radius: 20px !important;
box-shadow: 0 0 10px 1px #00000030;
}
.index-news-block > h3 {
  color: #54458A;
  padding: 5px 0;
  font-weight: 900;
}
.forum-block {
  background-image: url("../images/index2021/forum-bg.gif");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100%;
  padding: 80px 0 110px;
  font-size: 21px;
  line-height: 150%;
}
.thumbnail-radius {
  border-radius: 18px;
}
/*數位應用週首頁直播*/
.live-area {
  padding: 50px 0px;
  position: relative;
}
.live-table {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 420px;
  background-color: rgba(255, 255, 200, .75);
  color: #313131;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 125%;
  z-index: 3;
  padding: 15px 20px 60px;
}
.live-table-date {
  background-color: #FF8400;
  color: #FFF;
  font-size: 28px;
  border-radius: 25px;
  font-weight: 600;
  padding: 5px;
}
.live-table-com {
  font-size: 24px;
}
/*下方贈獎區塊*/
.gift-go-btn {
  color: #FFF;
  background-color: #ff0066;
  padding: 5px 20px;
  border-radius: 30px;
  border: 1px #aaa solid;
  vertical-align: middle;
  backface-visibility: middle;
  animation: twinkle 0.5 alternate infinite;
}
@keyframes twinkle {
  from {
    background-color: #ff0066;
  }
  to {
    background-color: #3366ff;
  }
}
.gift-go-btn:hover {
  color: #FFF;
  background-color: #3366ff;
}
.gift-area {
  background-image: url(../images/exh-img/gift-area-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 60px 0px;
}
.gift-box {
	width: 100%;
  padding: 25px;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
  background-color: #FFF;
  border-radius: 30px;
  margin: 20px auto;
}
.gift-box-s {
  padding: 20px;
  text-align: left;
  font-size: 20px;
  line-height: 125%;
  font-weight: 600;
  background-color: #FFF;
  border-radius: 20px;
  margin: 10px auto;
}
.gift-title {
  color: #54458A;
  font-size: 45px;
  font-weight: 800;
  line-height: 200%;
  padding: 5px 0;
  background-image: url("../images/index/photo-title-side.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sub_title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 160%;
}
.sub_title2 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 100%;
}
.gift-content {
	font-size:22px;
  text-align: left;
  margin-left: 5em;
  text-indent: -5em;
}
.gift-name {
  font-size: 24px;
  color: #5529c7;
  font-weight: 600;
  line-height: 150%
}
.gift-name-p {
  font-size: 26px;
  color: #7a3bfe;
  font-weight: 600;
  line-height: 150%
}
.gift-right-line {
  border-right: 1px #1D62DA solid
}

.gift-content-box {
	text-align: center;
	font-size:15px;
  color: #5529c7;
	position: relative;
  border-radius: 15px;
	box-shadow: 0 0 5px 3px #00000040;
	padding: 25px 6px;
	margin:15px 0;
}
.gift-content-circle{
	position: absolute;
	right:-10px;
	bottom:-20px;
	border-radius: 99em;
	width: 60px;
	z-index: 100;
}
.gift-circle-blue{
	background-color: #5529c7;
}
.gift-circle-pink{
	background-color: #ef8a80;
}
.gift-word-pink {
  color: #ef8a80;
}
.gift-word-cray {
  color: #5529c7;
}
.gift-box-long {
  height: 650px;
}
.gift-box-float {
  width: 1000px;
  position: absolute;
  left: 70px;
  bottom: 50px;
  margin: auto;
}
.footer-block {
  padding-top: 40px;
}
.review-title {
  color: #54458A;
  font-size: 32px;
  font-weight: 800;
  line-height: 125%;
  padding: 5px 0;
  background-image: url("../images/index/review-title-side.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.review-list-block {
	position: relative;
  background-image: url(../images/index/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding: 15px;
  margin: 15px 0;
}
.div-review{
	display: inline-block;
	margin:0 15px;
}
.index-review-stitle{
	font-size:20px;
	padding:15px 0;
	font-weight: 900;
}
.quickview-block {
  background-image: url(../images/index/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 150px 0 100px;
  position: relative;
}
.title-other-forums {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  color: #FFF;
}
.contact-area {
  text-align: left;
  color: #EEE;
  line-height: 200%;
  padding: 60px;
  border-radius: 20px;
}
.contact-block {
  color: #313280;
  background-image: url(../images/index/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 50px 0;
}
.contact-block-title {
  color: #313280;
  font-size: 40px;
  font-weight: 900;
  line-height: 200%;
}
.contact-icon {
  margin-left: -5px;
  color: #F8EF75;
  font-size: 120%;
  padding: 3px;
}
.contact-item {
  font-size: 90%;
  color: #AAA;
  line-height: 100%;
}
.contact-email-link {
  color: #FFF;
  text-decoration: underline;
}
.contact-email-link:hover {
  color: #ccffff;
  text-decoration: none;
}
.units-area {
  padding: 40px 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: #00B776;
  width: 100%;
  padding: 25px 0;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-shadow: 1px 1px 6px #333;
}
.forum_title {
  font-weight: 900;
  color: #000;
  font-size: 32px;
  line-height: 200%;
  margin: 10px 0;
}
#forum-03 {
  background-color: #ff536f;
}
#forum-05 {
  background-color: #3b007e;
}
#forum-08 {
  background-color: #0a1378;
}
/*論壇介紹區塊*/
.forum-intro-block {
  background-image: url(../images/forum2021/forum-intro-bg.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: bottom center;
  padding: 80px 0;
}
/*論壇講師介紹區塊*/
.forum-teacher-block {
  background-image: url(../images/forum2021/forum-teacher-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  padding: 60px 0 0 60px;
}
.forum-teacher-title {
  width: 35%;
  font-size: 32px;
  font-weight: 600px;
  color: #FFB000;
  background-color: rgba(51, 153, 255, .34);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 10px 40px;
  text-align: right;
}
.bg-ppl-circle {
  background-image: url("../images/forum2021/bg-ppl-photo.png");
  background-size: cover;
  background-position: top right;
}
.ppl-name {
  color: #FFF;
  font-size: 28px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 1px;
}
.ppl-name-sub-org {
  font-size: 70%;
  font-weight: 600;
}
.ppl-img-menu {
  width: 115px;
  cursor: pointer;
  margin: 5px -5px;
  border-radius: 99em;
  padding: 6px;
  border: #eee 1px solid;
}
.ppl-img-menu-other {
  width: 115px;
  margin: 5px -5px;
  border-radius: 99em;
  padding: 6px;
  border: #eee 0px solid;
  transition: all ease-in-out .3s;
}
/*
.ppl-img-menu-other:hover {
  margin: 5px -5px;
  border-radius: 99em;
  padding: 6px;
  border: #eee 1px solid;
  opacity: 1;
} */
/*講師使用的套件 2020輪播
.swiper-container {
  width: 90%;
  height: 500px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  margin: 0px 25px;
  padding: 30px 25px;
  color: #FFF;
  line-height: 100%;
  width: 290px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.forum-mobile-teacher {
  text-align: center;
  font-size: 18px;
  margin: 0px;
  padding: 20px 10px;
  color: #FFF;
  line-height: 100%;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  color: #FFF !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 20px;
  color: #FFF !important;
}
.swiper-button-next, .swiper-button-prev {
  top: 92%;
  width: 50%;
  color: #FFF !important;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  font-family: FontAwesome;
  font-size: 500%;
  content: "\f0da";
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  font-family: FontAwesome;
  font-size: 500%;
  content: "\f0d9";
}

.forum-teacher-line {
  padding-top: 20px;
}
.forum-teacher-name {
  font-size: 30px;
  letter-spacing: 1px;
  padding: 0 5px;
}
*/
/* table-forum 論壇議程表 */
.forum-table-block {
  padding: 90px 0;
  background-image: url("../images/forum2021/forum-agenda-bg.jpg");
  background-size: 100%;
  background-position: top center;
}
/*蓋掉原brootstrap表格vertical-align:Top*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: middle !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #FFFFE7;
  broder: 0px !important;
}
.forum-table-title {
  width: 35%;
  font-size: 32px;
  font-weight: 600px;
  color: #FFB000;
  background-color: rgba(192, 192, 192, .34);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 10px 40px;
  text-align: right;
  margin-bottom: 60px;
}
.forum-table-title-live {
  color: #ffff99;
  background-color: rgba(0, 0, 0, .5);
}
.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: 24px;
  font-weight: 600;
  line-height: 150%;
}
.forum-info-map {
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 170%;
}
.forum-info > i {
  font-weight: 400;
  font-size: 110%;
  color: #FFF;
}
/*論壇介紹*/
.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;
}
.table-tr-purple {
  text-align: center;
  color: #FFF;
  background-color: #54458A;
  height: 42px;
  border-right: #aaa 1px solid;
}
.table-tr-purple-l {
  text-align: center;
  color: #FFF;
  background-color: #54458A;
  border-radius: 20px 0 0 20px;
  height: 50px;
}
.table-tr-purple-r {
  text-align: center;
  color: #FFF;
  background-color: #54458A;
  border-radius: 0 20px 20px 0;
}
.table-1st-tr-gray {
  background-color: rgba(192, 192, 192, .34);
}
.form-detail {
  font-size: 90%;
  font-weight: 500;
}
.form-name-orange {
  font-size: 115%;
  font-weight: 600;
  color: #FF8700;
}
/*論壇主講人照片*/
.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-title {
  font-size: 80%;
}
.forum-live-block {
  background-color: rgba(212, 212, 212, 34);
  padding: 100px 0;
}
.forum-live-title {
  font-size: 42px;
  letter-spacing: 2px;
  margin-top: 30px;
}
.forum-live-date {
  font-size: 60px;
  letter-spacing: 2px;
  margin-top: 30px;
  font-family: Abril Titling Nar Bold;
  line-height: 100%;
}
.forum-hr {
  height: 5px;
  width: 80%;
  background-image: url(../images/forum/hr-live-title.png);
  background-size: 100%;
  margin: 5px auto 25px;
}
.forum-live-box {
  text-align: center;
  position: absolute;
  right: 80px;
  top: 0;
  padding: 50px 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .6));
  line-height: 150%;
  width: 400px;
  height: 100%;
  color: #FFF;
  font-size: 135%;
  letter-spacing: 1px;
}
.forum-live-box-post {
  text-align: center;
  position: absolute;
  right: 80px;
  top: 0;
  padding: 10px 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .6));
  line-height: 150%;
  width: 500px;
  height: 100%;
  color: #FFF;
  font-size: 135%;
  letter-spacing: 1px;
}
/*各個場次底板*/
.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: 100%;
  margin: 100px auto;
}
.slick-slide {
  margin: 0px 20px;
}
/*左邊箭頭往左方*/
.slick-prev {
  left: -50px;
}
.slick-prev:before, .slick-next:before {
  color: black;
}
.slick-prev:before, .slick-next:before {
  font-size: 45px;
  color: #fff;
}
.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%;
}
/*每一場研討會 2021新*/
.slide-border-2021 { /*內頁圖片用*/
  padding: 0;
}
.slide-photo-2021 { /*內頁圖片用*/
  border-radius: 20px;
}
.slide-item-content-2021 {
  font-weight: 600;
  color: #fff;
  padding: 15px;
  line-height: 100%;
  width: 100%;
}
.slide-item-content-2021 > .row > .cap-date {
  font-family: Arial;
  color: #54458A;
  font-size: 65px;
}
.slide-item-content-2021 > .row > .cap-wd {
  font-weight: 600;
  color: #54458A;
  font-size: 110%;
}
.slide-item-content-2021 > .cap-title {
  margin: 8px 0;
  height: 100px;
  line-height: 125%;
}
.slide-item-content-2021 > hr {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  border-top: 2px solid #54458A50;
}
.cap-btn-2021 {
  width: 45%;
  font-size: 18px;
  font-weight: 900;
  margin: 15px 0;
  padding: 7px 10px;
  border-radius: 8px;
  background-color: #fff;
  color: #638A8A;
  text-align: center;
  border: 0px;
  transition: all .5s;
}
.cap-btn-2021:hover {
  background-color: #53F1EF;
}
/*廠商列表*/
.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: 125px;
  text-align: center;
  float: right;
  position: fixed;
  right: 0px;
  color: #fff;
  z-index: 20;
  padding: 20px 20px;
  cursor: pointer;
  line-height: 80%;
  box-shadow: 0 0 8px 2px #00000230;
}
#menu01 {
  bottom: 260px;
  background-color: #FF9900;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all ease-in-out .3s;
}
#menu02 {
  bottom: 140px;
  background-color: rgba(0, 0, 40, .7);
  border-top-left-radius: 10px;
}
#menu02-2 {
  bottom: 150px;
  background-color: #9CD1D1;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all ease-in-out .3s;
}
#menu03 {
  bottom: 38px;
  background-color: rgba(0, 0, 40, .7);
  border-bottom-left-radius: 10px;
}
#menu01:hover {
  background-color: #FF9900;
  width: 135px;
  box-shadow: 0 0 10px 6px #FFCC6680;
}
#menu02:hover {
  background-color: rgba(0, 102, 255, .7);
  width: 135px;
  transition: all ease-in-out .3s;
}
#menu02-2:hover {
  background-color: #9CD1D1;
  width: 135px;
  box-shadow: 0 0 10px 6px #CCFFFF80;
}
#menu03:hover {
  background-color: rgba(0, 102, 255, .7);
  width: 135px;
  transition: all ease-in-out .3s;
}
.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%;
}
/*數位應用週與工業局展覽共用*/
.partner-title {
  font-size: 26px;
  padding: 5px;
  color: #1D2C59;
  border-bottom: 0.5px #999 solid;
  border-top: 0.5px #999 solid;
  width: 350px;
  font-weight: 400;
  text-align: center;
  margin: 15px auto;
}
.partner-level {
  font-size: 24px;
  letter-spacing: 1px;
  padding: 5px;
  font-weight: 500;
}
.partner-content {
  text-align: center;
  padding: 20px 0 30px;
}
/* PC小面板: 1319px 以下。 */
@media only screen and (max-width: 1319px) {
  /*首頁第一場次講師區*/
  .card-1st-ppl {
    font-size: 12px;
    margin: 15px 5px 0;
    line-height: 250%
  }
  .card-1st-ppl-name {
    font-size: 160%;
  }
  .slide-item-content-2021 > .row > .cap-date {
    font-family: Arial;
    color: #54458A;
    font-size: 54px;
  }
  .slide-item-content-2021 > .row > .cap-wd {
    margin-top: 10px;
    font-weight: 600;
    color: #54458A;
    font-size: 20px;
  }
  .slide-item-content-2021 > .row > .cap-wd > .cap-time {
    font-size: 15px;
  }
  .slide-item-content-2021 > .cap-title {
    margin: 8px 0;
    height: 80px;
    line-height: 125%;
  }
  .slide-item-content-2021 > .cap-place {
    font-size: 90%;
  }
  .cap-btn-2021 {
    width: 43%;
    font-size: 16px;
    margin: 15px 0;
    padding: 5px;
  }
}
/**********************************************************************************************


選單要變小啊!


**********************************************************************************************/
/* PC小面板: 1199px 以下。 */
@media only screen and (max-width: 1199px) {
  /*首頁第一場次講師區*/
  .forum01-1st-title { /*針對第一場次的補充文字*/
    margin: 0;
  }
  .card-1st-ppl {
    font-size: 9px;
    margin: 10px 2px 0;
    line-height: 120%;
  }
  .card-1st-ppl-name {
    font-size: 155%;
  }
  .topic_title {
    text-align: center;
  }
  .info_block_date {
    text-align: center;
  }
  .info-live-btn {
    text-align: center;
    padding: 20px;
  }
}
/* PC小面板: 1090px 以下。 */
@media only screen and (max-width: 1599px) {
  .nav > li > a {
    font-size: 17px;
    width: auto;
  }
}
/* PC小面板:996px 以下。 */
@media only screen and (max-width: 996px) {
  .navbar-brand {
    padding: 18px 0px;
  }
  .navbar-brand > img {
    width: 160px;
  }
  .navbar-right {
    margin-right: 0px;
  }
  .nav > li > a {
    font-size: 16px;
    width: auto;
  }
  .ppl-name {
    color: #FFF;
    font-size: 25px;
    font-weight: 900;
    line-height: 150%;
    letter-spacing: 0;
  }
  .ppl-name-sub-org {
    font-size: 65%;
  }
}
/*******************************************************************************************


行動版面開始


********************************************************************************************/
/* 行動版面: 760px 以下。 */
@media only screen and (max-width: 768px) {
  .ss-hide {
    display: none!important;
  }
  .ll-hide {
    display: block!important;
  }
  /* Brand 與 主選單相關*/
  .nav > li > a {
    vertical-align: bottom;
    padding-top: 25px;
    font-size: 18px;
    width: 100%;
  }
  .nav-exh {
    border-radius: 0!important;
    paddind: 10px 25px;
    height: auto;
  }
  .nav-exh:hover {
    height: auto;
  }
  .dropdown-menu {
    background-color: #FFFFFF; /*  #4E24B5 選單底色*/
    /* 需要卷軸使用*/
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
    border: 0;
  }
  /*指定卷軸*/
  .dropdown-menu::-webkit-scrollbar {
    width: 1.75em;
  }
  .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #eee;
    border: 2px #aaa solid;
    box-shadow: 0 2px 4px 4px #00000040;
  }
  .dropdown-menu::-webkit-scrollbar-track {
    background-color: #9E9D9D;
  }
  /*手機版本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;
  }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    line-height: 100%;
    background-color: #724CD0;
    border-color: #724CD0;
  }
  .nav > li > a {
    vertical-align: bottom;
    padding-top: 35px;
    font-size: 22px;
    height: 89px;
    width: 100%;
    letter-spacing: 2px
  }
  .navbar-nav > li > a {
    padding: 10px 10px 0px;
    line-height: 100%;
    height: 45px;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
  }
  .navbar-inverse navbar-nav .open .dropdown-menu > li > a {
    font-size: 18px;
    color: #4E24B5;
    line-height: 130%;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #4E24B5;
	  background-color: #FFF;
  }
  .dropdown-menu > li > a {
    color: #4E24B5;
    font-size: 18px;
    text-align: center;
    line-height: 180%;
  }
  /* 放大漢堡選單按鈕 */
  .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%;
    text-align: center;
    padding: 2px 8px;
    font-weight: 900;
    margin: 5px;
  }
  /*2021手機版論壇設定*/
  .fourm-m-card {
    max-height: 200px;
    border-radius: 20px 20px 0 20px;
    background-color: #fff;
    margin: 20px 0;
    cursor: pointer;
  }
  .forum-card-title {
    font-size: 24px;
    height: 60px;
  }
  .forum-card-photo {
    border-radius: 20px 0 0 20px;
    background-size: cover;
    height: 200px;
  }
  .fourm-card-content {
    position: relative;
    padding: 20px;
    color: #724CC8;
    font-weight: 900;
  }
  .form-card-date {
    letter-spacing: 2px;
    font-size: 160%;
    font-family: arial;
  }
  .form-card-time {
    font-size: 90%;
  }
  .forum-card-btn {
    position: absolute;
    right: 20px;
    bottom: 10px;
    background-color: #724CC8;
    border-radius: 0 18px 0 18px;
    width: 150px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    padding: 8px;
  }
  /* 改變按鈕底色與邊框 */
  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #4E24B5;
  }
  /* 數數字區塊高度 */
  .single-item {
    height: 500px;
  }
  #LayoutDiv1 {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  .topic_title {
    font-size: 23px;
    font-weight: 900;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  /*首頁論壇紅色區塊高度*/
  /* 論壇各場次區塊 */
  .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;
  }
  /*跑動數字*/
  .single-item {
    height: auto;
  }
  /****************************
*       論壇內頁手機版        *
****************************/
  /*論壇海報區塊-手機板*/
  .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: 600;
    line-height: 150%;
  }
  .forum-info-map {
    font-size: 20px;
    line-height: 150%;
  }
  .forum-info-address {
    text-align: center;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
  }
  .forum-map {
    color: #fff;
    cursor: pointer;
    background-color: rgb(0, 0, 0, .01);
  }
  .forum_title {
    font-size: 24px;
    line-height: 125%;
    margin: 15px 15px 10px;
  }
  .forum-map:hover {
    color: #ffff66;
  }
  .forum-info:hover {
    color: #ffff66;
  }
  /*論壇內頁表格文字*/
  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-2021block {
    font-size: 110%;
    color: #54458A;
  }
  .forum-2021block > a {
    color: #54458A;
  }
  .forum-table {
    font-size: 110% !important;
    font-weight: 600;
    color: #4A017D !important;
  }
  .forum-table > a {
    color: #54458A;
  }
  .forum-table > thead > tr > th, .forum-table > tbody > tr > th, .forum-table > tfoot > tr > th, .forum-table > thead > tr > td, .forum-table > tbody > tr > td, .forum-table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px;
  }
  .photo-calendar {
    margin-top: -20px;
    padding: 15px;
  }
.table-mobile{
	font-weight: 400;
	}
.table-mobile-subject{
		font-size: 110%;
	font-weight: 600;
	}
	
  /*論壇主講人照片照片*/
  .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;
    padding-top: 0px;
  }
  .sponsor-end {
    padding-bottom: 70px;
  }
  /* 右下方報名 */
  /**/
  .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;
  }
  .units-area {
    padding-bottom: 55px;
  }
  .partner-title {
    font-size: 25px;
    width: 95%;
  }
}
/* 桌面版面: 559px 最大*/
@media only screen and (max-width: 559px) {
  .navbar-center {
    width: 100%;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #FFF; /*4E24B5*/
    color: #4E24B5;
    font-weight: 900;
  }
  .nav-exh {
    height: auto;
  }
  .nav-exh:hover {
    height: auto;
  }
	
/*直播手機板樣式*/
.index-live-card{
	border-radius: 5px;
	box-shadow: 0 0 1px 3px #20f7c7;
	overflow: hidden;
	margin:15px 0;
}

.index-live-nextCard{
	border-radius: 5px;
	box-shadow: 0 0 1px 3px #00000040;
	overflow: hidden;
	margin:15px 0;
}
.line-live-left{
	border-left: 0;
}	
	
  .menu-date {
    font-size: 20px;
    line-height: 150%;
  }
  .topic_info {
    font-size: 26px;
  }
  .topic_info_date {
    font-size: 60px;
    line-height: 100%;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    font-size: 20px;
    color: #4E24B5;
    padding: 0 5px;
    line-height: 175%;
  }
/*禮物盒子*/	
    .goGiftPhoto {
      display: none;
    }
    .goGiftRule {
      bottom: 6px;
      right: 0;
      width: 85px;
      padding: 12px 2px;
      line-height: 175%;
      font-size: 14px;
      letter-spacing: 0;
      border-radius: 10px 0 0 10px;
		box-shadow:none;
    }
    .giftArrow {
      display: inline-block;
      position: absolute;
      bottom: 14px;
      right: 1px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 7px;
      border-color: transparent transparent transparent #fff;
      animation-name: runArrow;
      animation-duration: .8s;
      animation-iteration-count: infinite;
    }
    @keyframes run {
      from {
        bottom: 123px;
      }
      to {
        bottom: 130px;
      }
    }
    @keyframes runArrow {
      from {
        right: 0px;
      }
      to {
        right: 4px;
      }
    }
.intro-block {
  padding: 30px 0 90px;
  background-color: #FFF;
}
	
  .intro-detail-block {
    margin: 0 25px !important;
  }
  .info_block_date {
    font-size: 26px;
    width: 100%;
    text-align: center;
  }
  .info_year {
    font-size: 120%;
  }
  .info-live-btn {
    padding: 10px 0px;
    width: 100%;
    text-align: center;
  }
  .forum-intro-block {
    background-image: url(../images/forum2021/forum-intro-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    padding: 0;
  }
  .forum-teacher-block {
    background-image: url(../images/forum2021/forum-teacher-bg-mobile.png);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: top center;
    padding: 0 0 20px;
  }
  .bg-ppl-circle {
    background-image: url("../images/forum2021/bg-ppl-photo-mobile.png");
    background-repeat: no-repeat;
    background-size: 240px;
    background-position: top center;
  }
  .ppl-img-align {
    margin: auto;
  }
  .forum-unit {
    margin: 50px -25px 30px;
    padding: 10px;
  }
  .ppl-name {
    font-size: 25px;
    margin-left: 25px;
  }
  .ppl-name-sub-org {
    font-size: 80%;
  }
  .table-agenda-mobile {
    padding: 0;
  }
  .forum-table-block {
    padding: 65px 0;
    background-image: url("../images/forum2021/forum-agenda-bg-mobile.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
  }
  .forum-table {
    font-size: 110% !important;
  }
  .forum-into-title {
    font-size: 175%;
    line-height: 150%;
  }
  .forum-into-place {
    font-size: 150%;
  }
  .top-banner {
    margin-top: 90px;
  }
  .embed-responsive-100 {
    padding-bottom: 100%;
  }
  .live-table {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    line-height: 125%;
    padding: 5px;
  }
  .intro-detail-block {
    font-size: 18px;
    padding: 10px 0px 0px;
    margin: 0px -10px
  }
  .gift-box-float {
    width: auto;
    position: static;
    left: auto;
    bottom: auto;
    margin: auto;
  }


  .gift-title {
    font-size: 40px;
  }
  .sub_title {
    font-size: 22px;
  }
  .sub_title2 {
    font-size: 22px;
    line-height: 100% !important;
  }
  .gift-box-long {
    height: auto;
  }
  .gift-right-line {
    border-bottom: 1px #1D62DA solid;
    border-right: 0px;
  }

  .partner-title {
    font-size: 25px;
    width: 95%;
  }
  .right-bottom-icon {
    width: 85px;
    padding: 10px 5px;
  }
  .quickview-block {
    padding: 100px 0 50px;
  }
  .slide-border-2021 {
    width: 340px;
  }
  /*上下頁silck*/
  .center_1_prev, .center_2_prev, .center_3_prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 15;
  }
  .center_1_next, .center_2_next {
    position: absolute;
    top: 50%;
    z-index: 15;
    right: 0;
  }

	
  #menu01 {
    bottom: 160px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  #menu02 {
    bottom: 110px; /*未使用*/
  }
  #menu02-2 {
    bottom: 80px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  #menu03 {
    bottom: 45px; /*未使用*/
  }
  #menu01:hover {
    width: 90px;
  }
  #menu02-2:hover {
    width: 90px;
  }
  .forum-teacher-title {
    width: 90%;
  }
  .forum-table-title {
    width: 90%;
  }
  .forum-table-title-live {
    color: #ffff99;
    background-color: rgba(0, 0, 0, .5);
  }
  .forum-live-box {
    position: relative;
    right: auto;
    top: auto;
    margin: -80px auto 0;
    width: 100%;
  }
  .forum-live-box-post {
    text-align: center;
    right: 0px;
    top: 0;
    padding: 0;
  }
  /*
  #pc-hide > a {
    color: #ffffff;
  }

  #pc-hide > a, li:hover {
    background-color: #4E24B5;
	  color:#FFF;
  }
*/
  #woman_slogan_mar {
    top: 10vh;
    left: 8vw;
    font-size: 28px;
    line-height: 150%;
    font-weight: 600;
    text-shadow: 2px 2px 6px #00000040;
    letter-spacing: 2px;
  }
  .contact-block-title {
    width: 100%;
    text-align: center;
  }
  /*手機版論壇最小化樣式*/
  .fourm-m-card {
    max-height: 175px;
    border-radius: 20px 20px 0 20px;
    background-color: #fff;
    margin: 15px 0;
  }
  .forum-card-title {
    font-size: 19px;
    height: 60px;
    font-weight: 900;
  }
  .forum-card-photo {
    border-radius: 20px 0 0 20px;
    background-size: auto 100%;
    background-position: center center;
    height: 175px;
  }
  .fourm-card-content {
    position: relative;
    padding: 10px;
    color: #724CC8;
    font-weight: 900;
  }
  .form-card-date {
    letter-spacing: 4px;
    font-size: 160%;
    font-family: arial;
  }
  .form-card-time {
    color: #333 !important;
    font-size: 90%;
  }
  .forum-card-btn {
    position: absolute;
    right: 20px;
    bottom: -15px;
    background-color: #724CC8;
    border-radius: 0 15px 0 15px;
    width: 120px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    padding: 1px;
  }
  /*首頁下方論壇場次快選*/
  .slide-item-content-2021 > .row > .cap-date {
    font-family: arial;
    color: #54458A;
    font-size: 60px;
  }
  .slide-item-content-2021 > .row > .cap-wd {
    margin-top: 17px;
    font-weight: 600;
    color: #54458A;
    font-size: 22px;
  }
  .slide-item-content-2021 > .row > .cap-wd > .cap-time {
    font-size: 16px;
  }
  .slide-item-content-2021 > .cap-title {
    margin: 8px 0;
    height: 100px;
    font-size: 25px;
    line-height: 125%;
  }
  .slide-item-content-2021 > .cap-place {
    font-size: 110%;
  }
  .cap-btn-2021 {
    width: 43%;
    font-size: 18px;
    margin: 15px 0;
    padding: 10px 5px;
  }
  .contact-detail {
    padding: 15px 20px;
  }
  /*內頁其他論壇標題*/
  .title-other-forums {
    top: 40px;
    font-size: 40px;
  }
}