@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;
}
.white-word {
  color: #FFFFFF !important;
  text-shadow: 1px 1px 2px #00000050;
}
/*本次著重大螢幕之使用*/
.container-new {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1680px;
}
@media (max-width: 1600px) {
  .container-new {
    width: 1570px;
  }
}
@media (max-width: 1400px) {
  .container-new {
    width: 1370px;
  }
}
@media (max-width: 1200px) {
  .container-new {
    width: 1170px;
  }
}
@media (max-width: 992px) {
  .container-new {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container-new {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
}
/* Brand 與 主選單相關*/
.navbar-brand {
  font-weight: 600;
  font-size: 20px;
  padding: 12px 20px;
}
.flex-cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*後台選單使用*/
.navbar-inverse {
    background-color: rgba(0,51,51,.9)!important;
    border-color: rgba(0,51,51,.9)!important;
}
#mngMenu > li > a {
  padding: 25px 10px 0;
  width: 155px;
}
/***主要控制選單高度*****************************************************/
.navbar-header > a > img {
  width: 150px;
  transition: all .5s;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.nav > li > a {
  text-align: center;
  padding: 25px 0 0;
  font-size: 18px;
  height: 70px;
  width: 135px;
  transition: all .5s;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #037ee4;
}
.dropdown-menu {
  overflow-x: visible;
  overflow-y: visible;
}
.dropdown-menu > li > a {
  font-size: 15px;
  line-height: 170%;
  font-weight: 600;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-align: center;
	font-weight:900;
}
.dropdown-menu > li > a:hover {
  color: #262626;
  background-color: #99ccff;
}
/*返回論壇or*/
.nav-backforum {
  color: #FFFFFF !important;
  font-weight: 600;
  font-size: 18px !important;
  margin: 14px 5px;
  background: linear-gradient(to top, #38bfb0, #5340cc);
  transition: all .5s ease;
  line-height: 100%;
  border-radius: 5px;
}
.nav-backforum > a > img {
  width: 15px;
}
li.nav-backforum > a {
  color: #ffffff !important;
  height: 40px !important;
  width: auto;
  padding: 10px !important;
}
li.nav-backforum > a:hover {
  border-radius: 5px;
}
/********************************************************************************************
選單幾項RWD設定(非行動裝置)
*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  /*logo 位置*/
  .comp-logo > img {
    margin-top: 0;
    width: 180px;
  }
  .comp-contact-detail {
    padding: 35px 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .navbar-header > a > img {
    width: 120px;
  }
  .nav > li > a {
    padding: 22px 10px;
    font-size: 16px;
    height: 60px;
    width: auto;
  }
  li.nav-backforum > a {
    width: auto;
  }
}
/*右方有間隙*/
.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: #037ee4;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #037ee4;
}
.dropdown-menu {
  background-color: #FFFFFF; /*  #037ee4 選單底色*/
  /* 需要卷軸使用
  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: #28005C;
  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: #037ee4;
}
/*禮物盒子*/
.goGiftPhoto {
  position: fixed;
  display: block;
  bottom: 285px;
  right: 38px;
  width: 120px;
  z-index: 101;
  animation-name: run;
  animation-duration: .8s;
  animation-iteration-count: infinite;
}
.goGiftRule {
  position: fixed;
  display: block;
  z-index: 100;
  bottom: 165px;
  right: 47px;
  width: 102px;
  background: #DB1751;
  cursor: pointer;
  color: #fff;
  padding: 12px 5px;
  line-height: 120%;
  font-size: 22px;
  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: 220px;
  }
  to {
    bottom: 235px;
  }
}
@keyframes runArrow {
  from {
    right: 0px;
  }
  to {
    right: 4px;
  }
}
/*首頁直播2022年續用*/
.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;
}
.top-banner > div > div  > img {
  width:100%;
}
.menu-date {
  font-size: 120%;
  color: #000000;
  border-bottom: 1px dashed #EEE;
  border-top: 1px dashed #CCC;
  text-align: center;
  padding: 0 8px;
  font-weight: 600;
  margin: 2px;
  background-color: #EEEEEE;
}
.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: transparent;
  border-radius: 30px;
}
.glyphicon-chevron-right {
  right: 30%;
  background-color: transparent;
  border-radius: 35px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
  width: 60px;
  height: 60px;
  /* margin-top: -10px; */
  font-size: 40px;
  /* 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: 4vw;
  z-index: 15;
  cursor: pointer;
}
.center_1_next, .center_2_next, .center_3_next {
  position: absolute;
  top: 50%;
  z-index: 15;
  right: 4vw;
  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: 600;
  color: #009328;
  font-size: 41px;
  line-height: 135%;
  margin: 0 0 8px;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}
.hh-hide {
  display: none;
}
/*首頁英文標題*/
.topic_title_eng {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 100%;
  margin-bottom: 15px;
}
/*下方四標籤*/
.topic_title_tag_line {
  padding: 15px 0 15;
  font-weight: 500;
  margin: 15px 0;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}
.topic_title_tag {
  background-color: #06c9aa;
  padding: 0 10px;
  color: #FFFFFF;
  font-size: 22px;
  margin-right: 5px;
}
/*首頁第二段文字區塊*/
.sub-intro-block {
  padding: 0;
  background-color: #FFF;
  background: url("../images/index2022/sub-intro-bg.jpg");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#ani02 {
  padding-top: 0;
}
.sub-intro-area {
  background-color: rgba(70, 10, 170, .8);
  color: #FFFFFF;
  width: 100%;
  border-radius: 20px;
  font-weight: lighter;
  font-size: 18px !important;
  line-height: 200%;
  letter-spacing: 3px;
  padding: 35px;
  margin: 80px 0;
}
/*
.sub-intro-area{
	position: absolute;
	bottom:50px;
	left:0;
	background-color: rgba(70,10,170,.8);
	color:#FFFFFF;
	width:100%;
	border-radius: 20px;
	font-weight: lighter;
	font-size: 17px!important;
	line-height: 200%;
	padding:25px 35px;
	margin:0 10%;
}
*/
@media only screen and (max-width: 1600px) {
  .topic_title {
    font-size: 40px;
  }
  .topic_title_eng {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .sub-intro-area {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .topic_title {
    text-align-last: left;
    font-size: 38px;
  }
  .hh-hide {
    display: block;
  }
  .topic_title_eng {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .topic_title_tag {
    font-size: 24px;
    margin-right: 0px;
  }
  .sub-intro-area {
    bottom: -30px;
    width: 100%;
    margin: 0;
    padding: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .topic_title {
    text-align-last: left;
  }
  .hh-hide {
    display: block;
  }
  .topic_title_eng {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .topic_title_tag {
    font-size: 20px;
    margin-right: 0;
  }
  .sub-intro-area {
    line-height: 150%;
    padding: 15px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 990px) {
  .topic_title {
    text-align-last: left;
  }
  .hh-hide {
    display: block;
  }
  .topic_title_eng {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .topic_title_tag {
    font-size: 20px;
    margin-right: 0;
  }
  .sub-intro-area {
    line-height: 150%;
    padding: 15px;
    font-size: 16px;
  }
}
.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: 100px 0 110px;
  background-color: #FFF;
  background: url("../images/index2022/intro-bg.jpg");
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.intro-sub-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding: 10px 0px;
}
.intro-detail-block {
  font-size: 18px;
  line-height: 180%;
  font-weight: normal !important;
  font-weight: 600;
  color: #0E0E0E;
  text-align: justify;
}
.intro-detail-block > p > img {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 100%;
}
.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: 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;
  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: 100%;
}
.embed-responsive-90 {
  padding-bottom: 90%;
}
.embed-responsive-80 {
  padding-bottom: 80%;
}
.embed-responsive-70 {
  padding-bottom: 70%;
}
.embed-responsive-75 {
  padding-bottom: 75%;
}
.embed-responsive-60 {
  padding-bottom: 60%;
}
.embed-responsive-50 {
  padding-bottom: 50%;
}
.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 {
  position: relative;
  height: 430px;
  margin-bottom: 20px;
  padding: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  cursor: pointer;
}
.index-news-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(35, 0, 171, 0.6);
  ;
  padding: 10px;
  display: flex;
}
.index-news-content-date {
  width: 15%;
  text-align: center;
  font-weight: lighter;
  letter-spacing: 0.3em;
  padding-top: 1%;
}
.index-news-content-date > p {
  font-size: 200%;
  font-weight: 100;
}
.index-news-content-word {
  font-size: 16px;
  font-weight: lighter;
  padding-right: 50px;
  width: 85%;
  background-image: url("../images/index2022/news-right-line.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.index-news-content-word2 {
  font-size: 16px;
  font-weight: lighter;
  width: 100%;
  padding: 0 15px;
}
.index-news-content-word > h3, .index-news-content-word2 > h3 {
  font-weight: bold;
  font-size: 20px;
}
.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/index2022/counter-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  margin: 50px 0 70px;
}
.text-holder {
  text-align: center;
}
.counter-under-word {
  padding: 10px 15px;
  width: 250px;
  color: #ffff33;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-shadow: 1px 1px 2px #00000050;
}
.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/index2022/report-bg-no.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 80px 0;
  font-size: 21px;
  line-height: 150%;
  color: #FFFFFF;
}
.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/index2022/forum-bg.jpg");
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  padding: 60px 0;
  font-size: 21px;
  line-height: 150%;
}
.forum-block-inside {
  background-image: url("../images/forum2022/forum-bg-inside.jpg");
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  padding: 60px 0;
  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: rgb(70, 10, 170);
  font-size: 42px;
  font-weight: 800;
  line-height: 200%;
  letter-spacing: 3px;
  padding-right: 50px;
}
.gift-title.w {
  color: #FFFFFF;
  text-shadow: 1px 1px 3px 5px #00000030;
}
.gift-title.b {
  color: #002989;
}
.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/index2022/quickview-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 80px 0;
  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: #FFFFFF;
  font-weight: 400;
  background-image: url(../images/index2022/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 75px 0;
}
.contact-detail {
  line-height: 200%;
}
.contact-detail > p > a {
  color: #FFFFFF;
  text-decoration: underline;
}
.contact-detail > p > a :hover {
  color: #ffff99;
  text-decoration: none;
}
.contact-block-title {
  font-weight: 600;
  color: #FFFFFF;
  font-size: 34px;
  line-height: 150%;
  letter-spacing: 2px;
}
.contact-block-subtitle {
  font-weight: 100;
  font-size: 85%;
}
.contact-block-name {
  font-weight: 900;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0.5em;
}
.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;
  padding: 10px 0;
}
.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;
}
/***********8 右下方報名 **********************/
.right-bottom-icon {
  width: 150px;
  float: right;
  position: fixed;
  right: 25px;
  bottom: 150px;
  z-index: 2000;
  animation: rotate-right 6s linear infinite;
  background-image: none;
  background-position: center center;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  transition: all .5s ease;
  cursor: pointer;
}
.right-bottom-icon:hover {
  background-size: 98% 98%;
  background-image: url(../images/index2022/right-bottom-bg02.svg);
}
@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.right-bottom-icon2 {
  width: 150px;
  float: right;
  position: fixed;
  right: 25px;
  bottom: 150px;
  z-index: 1900;
}
.right-bottom-icong {
  width: 150px;
  float: right;
  position: fixed;
  right: 25px;
  bottom: 10px;
  z-index: 190;
  animation: rotate-left 6s linear infinite;
  background-image: none;
  background-position: center center;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  transition: all .5s ease;
  cursor: pointer;
}
.right-bottom-icong:hover {
  background-size: 98% 98%;
  background-image: url(../images/index2022/right-bottom-bg01.svg);
}
@keyframes rotate-left {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.right-bottom-icong2 {
  width: 150px;
  float: right;
  position: fixed;
  right: 25px;
  bottom: 10px;
  z-index: 20;
}
/****************************
*          論壇內頁          *
****************************/
/*論壇海報區塊*/
.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-date-title {
  background-size: 680px;
  background-position: bottom left;
  background-repeat: no-repeat;
  font-size: 28px;
  letter-spacing: 1px;
  padding: 50px 65px 15px;
}
.forum-date-day {
  font-size: 90px;
  letter-spacing: 4px;
  font-family: Arial;
  font-style: italic;
}
.forum-title {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 200%;
  margin: 10px 0;
}
.forum-name {
  font-size: 22px;
  font-weight: 600;
}
.fourm-sub-title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  letter-spacing: .5em;
}
.fourm-sub-title > img {
  height: 60px;
  vertical-align: bottom;
}
#forum-03 {
  background-color: #ff536f;
}
#forum-05 {
  background-color: #3b007e;
}
#forum-08 {
  background-color: #0a1378;
}
/*論壇介紹區塊*/
.forum-intro-block {
  background-image: url(../images/forum2022/intro-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
}
/*論壇講師介紹區塊*/
.forum-teacher-block {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 40px 0 0 40px;
}
.forum-teacher-block2 {
  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;
  background-color: #179d54;
}
.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;
}
@keyframes slide-left {
  0% {
    left: 60px;
    opacity: 0;
  }
  10% {
    opacity: 0;
    left: 60px;
  }
  30% {
    opacity: 1;
    left: 0;
  }
  90% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -30px;
    opacity: 0;
  }
}
/*資安場次的活動好禮區相關*/
.vendor-title {
    background-image: url(../images/forum2022/bg-06-match-title.svg);
    bckground-position: center center;
    background-size: 100%;
    padding: 26px;
    background-repeat: no-repeat;
    text-align: center;
    width: 700px;
    height: 90px;
    font-size: 35px;
    letter-spacing: 1px;
    margin: 25px auto 40px;
}
.gift-block {
    background-image: url(../images/forum2022/bg-06-gift.jpg);
    bckground-position: top center;
    background-size: cover;
    line-height: 200%;
    padding: 80px 0;
}
.gift-intro-01 {
    background-image: url(../images/forum2022/bg-gift_area1.png);
    bckground-position: top center;
    background-size: 400px;
    background-repeat: no-repeat;
    height: 420px;
    padding: 170px 150px 0 25px;
}
.gift-intro-02 {
    position: relative;
    background-image: url(../images/forum2022/bg-gift_area2.png);
    bckground-position: top center;
    background-size: 800px;
    background-repeat: no-repeat;
    height: 420px;
}
.gift-02-intro01 {
    position: absolute;
    top: 170px;
    left: 95px;
    width: 160px;
}
.gift-02-intro02 {
    position: absolute;
    top: 170px;
    right: 200px;
    width: 160px;
}
.gift-pink-color {
    color: #d8007f;
}
.gift-notice-title {
    font-size: 120%;
    color: #6600cc;
}
.gift-purple-color {
    color: #6953eb;
}
/*資安媒合區塊-從展場移植過來並更換底圖*/
.show-security-match {
  background-image: url("../images/exh-img2022/bg-security-match.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 120px 0;
}
.show-match-content {
	font-size:20px;
	letter-spacing: 5px;
  line-height: 200%;
  color: #000;
  padding: 2px 80px;
}
.show-about-match-title {
  font-size:180%;
  line-height: 200%;
  color: #420cd5;
  margin-bottom: 15px;
	font-weight: 900;
	text-align: center;
}
.btn-show-match {
  background-color: #5a2bef;
  border-radius: 30px;
  color: #FFF;
  font-weight: 900;
  font-size: 125%;
  letter-spacing: 6px;
  border: 0;
  padding: 4px 40px;
  margin: 25px 0 0;
  transition: all .3s ease;
}
.btn-show-match:hover {
  background-color: #a068f8;
}
/*資安場次的禮物手機板*/
@media (max-width: 590px) {
.vendor-title {
    background-image: none;
    padding:0;
    width: 100%;
    height: auto;
    font-size: 32px;
    letter-spacing:0;
    margin: 0 0 20px;
}
.gift-intro-01 {
    background-image: url(../images/forum2022/bg-gift_area1.png);
    background-size: 100%;
    padding: 160px 170px 0 35px;
}
.gift-intro-02 {
    position: relative;
    background-image: url(../images/forum2022/bg-gift_area3.png);
    bckground-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 820px;
}
.gift-02-intro01 {
    position: absolute;
    top: 170px;
    left: 35px;
    width: 185px;
}
.gift-02-intro02 {
    position: absolute;
    top: 410px;
    left: 35px;
    width: 205px;
}
/*手機板的媒合*/
.show-security-match {
	letter-spacing: 0;
  padding: 50px 0;
}
.show-match-content {
	font-size:18px;
	letter-spacing: 0;
  padding:45px 15px;
}
}
/*內頁講師調整不同尺寸下之職稱姓名對齊事宜*/
#slide-word {
  position: absolute;
  bottom: -30px;
}
.ppl-name {
  color: #FFFFFF !important;
  text-shadow: 1px 1px 1px #00000070;
  font-size: 24px;
  font-weight: 900;
  line-height: 125%;
  letter-spacing: 1px;
  padding-left: 56%;
  animation: slide-left 3.45s linear infinite;
}
@media only screen and (max-width: 1400px) {
  #slide-word {
    bottom: -50px;
  }
}
@media only screen and (max-width: 1200px) {
  #slide-word {
    bottom: -80px;
  }
}
@media only screen and (max-width: 1200px) {
  #slide-word {
    bottom: -90px;
  }
}
@media only screen and (max-width: 768x) {
  .ppl-img-menu-other {
    padding-bottom: 40px;
  }
  #slide-word {
    bottom: -90px;
  }
  .ppl-line {
    display: none;
  }
}
.ppl-name {
  font-size: 22px;
  padding-left: 58%;
}
.ppl-line {
  margin: 0 0 20px -50px;
  width: 80%;
}
.ppl-name2 {
  color: #FFF;
  font-size: 23px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 1px;
  padding-left: 17vw;
}
.ppl-name-sub-org {
  font-size: 80%;
  font-weight: 600;
  line-height: 120%;
}
.ppl-name-sub-org-f2 {
  font-size: 75%;
  font-weight: 300 !important;
  line-height: 120%;
}
.ppl-img-menu {
  width: 115px;
  cursor: pointer;
  margin: 5px -5px;
  border-radius: 99em;
  padding: 6px;
  border: #eee 1px solid;
}
.ppl-img-menu-other {
  margin: 0;
  padding: 45px 0;
  transition: all ease-in-out .3s;
  overflow: visible;
  z-index: 100;
}
/* table-forum 論壇議程表2022沿用 */
.forum-table-block {
  padding: 90px 0;
  background-color: #FFFFFF;
  line-height: 200%;
}
.forum-tr-odd {
  width: 100%;
  display: flex;
  background: linear-gradient(to right, #FFFFFF, #bed1ff);
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}
.forum-tr-even {
  width: 100%;
  display: flex;
}
.fourm-td-time {
  padding: 5px 5px 5px 20px;
  width: 20%;
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fourm-td-subject {
  padding: 5px;
  width: 43%;
  min-height: 90px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  font-size: 20px;
}
.fourm-td-subject > div {
  width: 100%;
}
.fourm-td-speaker {
  padding: 5px 5px 5px 20px;
  width: 37%;
  min-height: 90px;
  font-size: 19px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.fourm-td-subject-speaker {
  padding: 5px;
  width: 80%;
  min-height: 90px;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 20px;
}
.fourm-td-name {
  font-size: 22px;
  color: #360080;
  margin-bottom: 20px;
}
.fourm-td-time-even {
  padding: 5px 5px 5px 20px;
  width: 20%;
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-top: 1px solid #95a0ff;
  border-bottom: 1px solid #95a0ff;
  border-left: 1px solid #95a0ff;
}
.fourm-td-subject-even {
  padding: 5px;
  width: 43%;
  min-height: 90px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  font-size: 20px;
  border-top: 1px solid #95a0ff;
  border-bottom: 1px solid #95a0ff;
}
.fourm-td-subject-even > div {
  width: 100%;
}
.fourm-td-speaker-even {
  display: flex;
  padding: 5px 5px 5px 20px;
  width: 33%;
  min-height: 90px;
  font-size: 19px;
  border-top: 1px solid #95a0ff;
  border-bottom: 1px solid #95a0ff;
  flex-wrap: nowrap;
  overflow-x: visible;
  justify-content: left;
  align-items: center;
}
.fourm-td-subject-speaker-even {
  padding: 5px;
  width: 76%;
  min-height: 90px;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 20px;
  flex-wrap: wrap;
  border-top: 1px solid #95a0ff;
  border-bottom: 1px solid #95a0ff;
}
/*蓋掉原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: #0dc183; /*#54458A*/
  height: 42px;
  border-right: #aaa 1px solid;
}
.table-tr-purple-l {
  text-align: center;
  color: #FFF;
  background-color: #0dc183;
  border-radius: 30px 0 0 30px;
  height: 50px;
  border-right: #aaa 1px solid;
}
.table-tr-purple-r {
  text-align: center;
  color: #FFF;
  background-color: #0dc183;
  border-radius: 0 30px 30px 0;
}
.table-tr-purple-l {
  text-align: center;
  color: #FFF;
  background-color: #0dc183;
  border-radius: 20px 0 0 20px;
}
.table-tr-purple-r {
  text-align: center;
  color: #FFF;
  background-color: #0dc183;
  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: #360080;
  padding: 25px;
  line-height: 100%;
  width: 100%;
  background-image: url("../images/index2022/quickview-box-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  border-radius: 15px;
  box-shadow: 0 0 8px 1px #00000020;
  margin: 15px 0px;
  text-align: center;
}
.slide-item-content-2021 > .row > .cap-date {
  padding-left: 20px;
  text-align: center;
}
.slide-item-content-2021 > .row > .cap-date > div > img {
  width: 60%;
  margin: 0 auto;
}
.slide-item-content-2021 > .row > .cap-wd {
  margin-top: 5px;
  font-weight: 600;
  font-size: 110%;
}
.slide-item-content-2021 > .cap-title {
  margin: 8px 0;
  height: 70px;
  line-height: 125%;
  text-align: left;
}
.slide-item-content-2021 > hr {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  border-top: 2px solid #54458A50;
}
.cap-btn-2021 {
  width: 30%;
  font-size: 15px;
  font-weight: 900;
  margin: 0;
  padding: 3px 15px;
  border-radius: 8px;
  color: #FFFFFF;
  text-align: center;
  border: 0px;
  transition: all .5s;
}
.btc-blue {
  background-color: #002989;
}
.btc-purple {
  background-color: #590089;
}
.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;
}
/* 右下方報名 */
#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: 25px;
  padding: 5px;
  color: #2600A5;
  font-weight: 900;
  text-align: center;
  margin: 15px auto;
}
.partner-level {
  font-size: 22px;
  color: #2600A5;
  letter-spacing: 1px;
  padding: 5px 10px;
  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;
    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: 50px;
    line-height: 125%;
  }
  .slide-item-content-2021 > .cap-place {
    font-size: 90%;
  }
  .cap-btn-2021 {
    width: 43%;
    font-size: 16px
  }
  /* 右下方報名 */
  .right-bottom-icon {
    width: 120px;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 115px;
  }
  .right-bottom-icon2 {
    width: 120px;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 115px;
  }
  .right-bottom-icong {
    width: 120px;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 5px;
  }
  .right-bottom-icong2 {
    width: 120px;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 5px;
  }
/*禮物盒子*/
.goGiftPhoto {
  bottom: 220px;
  right: 8px;
}
.goGiftRule {
  bottom: 125px;
  right: 17px;
}
@keyframes run {
  from {
    bottom: 170px;
  }
  to {
    bottom: 185px;
  }
}
}
/**********************************************************************************************


選單要變小啊!


**********************************************************************************************/
/* 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%;
  }
  .info_block_date {
    text-align: center;
  }
  .info-live-btn {
    text-align: center;
    padding: 20px;
  }
}
/* PC小面板: 1090px 以下。 */
@media only screen and (max-width: 1599px) {}
/* PC小面板:996px 以下。 */
@media only screen and (max-width: 996px) {
  .navbar-brand {
    padding: 18px 0px;
  }
  .navbar-brand > img {
    width: 160px;
  }
  .navbar-right {
    margin-right: 0px;
  }
  .ppl-name {
    color: #FFF;
    font-size: 25px;
    font-weight: 900;
    line-height: 150%;
    letter-spacing: 0;
  }
  .ppl-name-sub-org {
    font-size: 65%;
  }
  .ppl-name-sub-org-f2 {
    font-size: 60%;
  }
  /*首頁第二段文字區塊*/
  .sub-intro-block {
    padding: 90px;
    background-color: #FFF;
    background: linear-gradient(to left, #7f6ce9, #54c4ae);
  }
}
/*******************************************************************************************


行動版面開始


********************************************************************************************/
/* 行動版面: 768px 以下。 */
@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; /*  #037ee4 選單底色*/
    /* 需要卷軸使用*/
    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: #037ee4;
    line-height: 130%;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #037ee4;
    background-color: #FFF;
  }
  .dropdown-menu > li > a {
    color: #000000;
    font-size: 18px;
    text-align: center;
    line-height: 180%;
  }
  /* Brand 與 主選單相關*/
  .navbar-brand {
    padding: 10px;
  }
  .navbar-brand > img {
    width: 160px;
  }
  /* 放大漢堡選單按鈕 */
  .navbar-toggle {
    margin-top: 10px;
    padding: 6px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 40px;
    height: 4px;
    border-radius: 1px;
  }
  /* 選單子項目間距 */
  .menu-date {
    font-size: 120%;
    text-align: center;
    padding: 2px 8px;
    font-weight: 900;
    margin: 5px;
  }
  /*次標示區塊*/
  /*首頁第二段文字區塊*/
  .sub-intro-block {
    padding: 90px;
    background: linear-gradient(to left, #7f6ce9, #54c4ae);
  }
  /*2022手機版論壇設定*/
  .fourm-m-card {
    max-height: 200px;
    border-radius: 20px 20px 0 20px;
    margin: 20px 0;
    cursor: pointer;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px 1px #00000030;
  }
  .forum-card-title {
    font-size: 24px;
    height: 65px;
  }
  .forum-card-photo {
    border-radius: 20px 0 0 20px;
    background-size: cover;
    height: 200px;
  }
  .fourm-card-content {
    position: relative;
    padding: 20px;
    color: #040080;
    font-weight: 900;
  }
  .forum-card-date {
    letter-spacing: 0;
    font-size: 140%;
    font-family: arial;
  }
  .forum-card-time {
    font-size: 90%;
  }
  .forum-card-btn {
    position: absolute;
    right: 20px;
    bottom: 10px;
    background-color: #040080;
    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: #037ee4;
  }
  /* 數數字區icon */
  .counter-item-icon {
    text-align: center;
  }
  .counter-item-icon > img {
    width: 30px;
  }
  /* 數數字區塊高度 */
  .single-item {
    height: 500px;
  }
  #LayoutDiv1 {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  /*首頁英文標題*/
  .topic_title_eng {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    text-align-last: left;
    line-height: 100%;
  }
  /*下方四標籤*/
  .topic_title_tag_line {
    padding: 25px 0 35;
    font-weight: 500;
    margin: 25px 0 35px;
    text-align-last: left;
  }
  .topic_title_tag {
    background-color: #06c9aa;
    padding: 0 10px;
    color: #FFFFFF;
    font-size: 18px;
    margin-right: 0;
  }
  /*首頁論壇紅色區塊高度*/
  /* 論壇各場次區塊 */
  .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-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: #0171f7 !important;
  }
  .forum-table {
    font-weight: 600;
  }
  .forum-table > a {
    color: #0171f7 !important;
  }
  .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;
  }
  /****************************
*       2022論壇內頁手機版        *
****************************/
  .forum-date-title {
    background-image: url("../images/forum2022/info-date-bg.svg");
    background-size: 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
    font-size: 28px;
    letter-spacing: 1px;
    padding: 50px 65px 15px;
  }
  .forum-date-day {
    font-size: 90px;
    letter-spacing: 4px;
    font-family: Arial;
    font-style: italic;
    line-height: 100%;
  }
  .forum-title {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 150%;
    margin: 0;
  }
  .forum-name {
    text-align: center;
    font-size: 22px;
  }
}
/* 桌面版面: 559px 最大*/
@media only screen and (max-width: 559px) {
  .navbar-center {
    width: 100%;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #FFF; /*4E24B5*/
    color: #037ee4;
    font-weight: 900;
  }
  .nav-exh {
    height: auto;
  }
  .nav-exh:hover {
    height: auto;
  }
  /*slide下方 dot 略為下移*/
  .carousel-indicators {
    bottom: -15px;
  }
  .topic_title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .topic_title_eng {
    font-size: 16px;
    letter-spacing: 0;
    text-justify: distribute-all-lines;
    text-align-last: justify;
  }
  .topic_title_tag {
    font-size: 17px;
    letter-spacing: 0;
    justify-content: center;
    align-items: center;
  }
  /*首頁第二段文字區塊*/
  .sub-intro-block {
    padding: 90px 0;
  }
  #ani02 {
    padding-top: 0;
  }
  .sub-intro-area {
    position: relative;
    background-color: rgba(0, 0, 0, .7);
    color: #FFFFFF;
    width: 100%;
    border-radius: 10px;
    font-weight: lighter;
    font-size: 18px;
    line-height: 200%;
    padding: 25px;
    margin: 0;
  }
/*2022新聞區塊底圖 */
.report-block {
  background-image: url(../images/index2022/report-bg-no_m.jpg);
  background-position: top center;
  background-size: 100%;
}
  .index-news-content-date {
    width: 20%;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 0.3em;
    padding-top: 1%;
  }
  .index-news-content-date > p {
    font-size: 140%;
    font-weight: 100;
    padding-top: 25px;
  }
  .index-news-content-word > h3 {
    font-weight: bold;
    font-size: 20px;
    hight: 30px;
  }
  .index-news-content-word {
    font-size: 16px;
    font-weight: lighter;
    padding-right: 0;
    width: 80%;
    background-image: none;
  }
  /* 右下方報名 */
  .right-bottom-icon {
    width: 75px;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 75px;
  }
  .right-bottom-icon2 {
    width: 75px;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 75px;
  }
  .right-bottom-icong {
    width: 75px;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 5px;
  }
  .right-bottom-icong2 {
    width: 75px;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 5px;
  }
  /*直播手機板樣式*/
  .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: #037ee4;
    padding: 0 5px;
    line-height: 175%;
  }
  /*禮物盒子*/
  .goGiftPhoto {
    width:65px;
    right: 14px;
  }
  .goGiftRule {
    bottom: 80px;
    right: 20px;
    width: 55px;
    padding: 8px 2px;
    line-height: 120%;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 0 0 10px 10px;
    box-shadow: none;
  }
@keyframes run {
  from {
    bottom: 140px;
  }
  to {
    bottom: 125px;
  }
}

  .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;
  }
  .intro-block {
    background: url("../images/index2022/intro-bg.jpg");
    background-size: 160%;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .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 {
    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-block {
    font-size: 20px;
  }
  .forum-unit {
    margin: 50px -25px 30px;
    padding: 10px;
  }
  .ppl-name {
    font-size: 25px;
    margin-left: 25px;
  }
  .ppl-name-sub-org {
    font-size: 80%;
  }
  .ppl-name-sub-org-f2 {
    font-size: 75%;
  }
  .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-into-title {
    font-size: 175%;
    line-height: 150%;
  }
  .forum-into-place {
    font-size: 150%;
  }
  .top-banner {
    margin-top: 60px;
  }
  .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: 36px;
    letter-spacing: 0;
    padding-right: 30px;
  }
  .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: 24px;
  }
  .quickview-block {
    padding: 50px 0;
  }
  .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: #037ee4;
	  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: 120px;
    border-radius: 20px 20px 0 20px;
    background-color: #fff;
    margin: 15px 0;
  }
  .forum-card-title {
	  display:flex;
	  justify-content: center;
	  align-items: center;
    font-size: 18px;
    height: 65px;
	line-height: 135%;
    font-weight: 900;
    overflow: scroll;
  }
  .forum-card-photo {
    border-radius: 20px 0 0 20px;
    background-size: auto 100%;
    background-position: center center;
    height: 120px;
  }
  .fourm-card-content {
    position: relative;
    padding: 10px;
    color: #040080;
    font-weight: 900;
  }
  .forum-card-date {
    letter-spacing: 1px;
    font-size: 135%;
    font-family: arial;
  }
  .forum-card-time {
    color: #333 !important;
    font-size: 85%;
  }
  .forum-card-btn {
    position: absolute;
    right: 20px;
    bottom: -20px;
    background-color: #040080;
    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;
    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: 85px;
    font-size: 22px;
    line-height: 125%;
  }
  .slide-item-content-2021 > .cap-place {
    font-size: 110%;
  }
  .cap-btn-2021 {
    font-size: 18px;
  }
  .contact-detail {
    padding: 15px 20px;
  }
  /*內頁其他論壇標題*/
  .title-other-forums {
    top: 40px;
    font-size: 40px;
  }
  .contact-block-name {
    font-size: 24px;
  }
  /****************************
*       2022論壇內頁手機版        *
****************************/
  .forum-date-title {
    background-image: url("../images/forum2022/info-date-bg.svg");
    background-size: 100%;
    background-position: bottom center;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 20px 5px 2px;
    text-align: center;
  }
  .forum-date-day {
    font-size: 70px;
    letter-spacing: 4px;
    font-family: Arial;
    font-style: italic;
    line-height: 200%;
  }
  .forum-title {
    font-size: 25px;
  }
  .forum-name {
    text-align: left;
    font-size: 20px !important;
  }
  /*內頁講師調整不同尺寸下之職稱姓名對齊事宜*/
  .forum-teacher-block {
    padding: 20px 0 150px;
  }
  .fourm-sub-title {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .fourm-sub-title > img {
    width: 100%;
  }
  #slide-word {
    bottom: -170px;
  }
  .ppl-img-menu-other {
    padding: 0 !important;
  }
  .ppl-name {
    font-size: 24px;
    font-weight: 900;
    line-height: 125%;
    letter-spacing: 1px;
    padding-left: 15%;
  }
  .ppl-line {
    margin: 0 0 20px -30px;
    width: 100%;
  }
  /*議程表*/
  .forum-tr-odd {
    width: 100%;
    display: flex;
    background: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    flex-wrap: wrap;
  }
  .forum-tr-even {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .fourm-td-time {
    padding: 5px;
    width: 100%;
    min-height: auto;
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: #EEEEEE;
  }
  .fourm-td-subject {
    padding: 15px;
    width: 100%;
    min-height: auto;
    display: flex;
    align-items: center;
    font-size: 20px;
  }
  .fourm-td-speaker {
    padding: 15px;
    width: 100%;
    min-height: auto;
    font-size: 16px;
    display: flex;
    justify-content: left;
    align-items: center;
    border-top: 1px dashed #DDDDDD;
    ;
  }
  .fourm-td-subject-speaker {
    padding: 15px;
    width: 100%;
    min-height: auto;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 18px;
    border-top: 1px dashed #DDDDDD;
  }
  .fourm-td-name {
    font-size: 20px;
    color: #360080;
  }
  .fourm-td-time-even {
    padding: 5px;
    width: 100%;
    min-height: 30px;
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: #EEE;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
  }
  .fourm-td-subject-even {
    padding: 5px;
    width: 100%;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    flex-wrap: wrap;
    border-top: 0;
    border-bottom: 0;
  }
  .fourm-td-speaker-even {
    display: flex;
    padding: 15px;
    width: 100%;
    min-height: auto;
    font-size: 16px;
    border-top: 1px dashed #DDDDDD;
    ;
    border-bottom: 0;
    justify-content: left;
    align-items: center;
  }
  .fourm-td-subject-speaker-even {
    padding: 5px;
    width: 100%;
    min-height: auto;
    display: flex;
    align-items: center;
    font-size: 18px;
    flex-wrap: wrap;
    border-top: 1px dashed #DDDDDD;
    border-bottom: 0;
    justify-content: left;
  }
}