@charset "utf-8";
/* 簡單流變媒體
   注意: 流變媒體要求您必須移除 HTML 中媒體的高度和寬度屬性
   http://www.alistapart.com/articles/fluid-images/ 
*/
.navbar {
  margin-bottom: 0px;
  box-shadow: 0 1px 5px 2px #00000030;
    height: 75px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: rgba(253, 48, 3, .95);
}
/* 工業局選單 */
.navbar-default .navbar-nav {
  color: #000;
  background-color: transparent;
  font-weight: 600;
  -webkit-transition: background-color 0.3s ease-out; /* 以下四行語法會產生側欄位移動畫的效果，非必要 */
  -moz-transition: background-color 0.3s ease-out; /* 會有四行是因為不同瀏覽器的語法不同 */
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.nav-shadow {
  padding: 10px;
  z-index: 5;
  box-shadow: 0 0 10px rgba(0, 0, 0, .7);
  height: 100px;
}
.navbar-default .navbar-nav > li > a {
  color: #222;
  font-weight: 600;
}
/***主要控制選單高度*****************************************************/
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: #037ee4;
}
/*加上第三層選單*/
.marginBottom-0 {
  margin-bottom: 0;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  width: 165%;
  border-left-color: #4e24b5 !important;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-left-color: #4e24b5 !important;
  margin-top: 10px;
  margin-right: -10px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #99ccff;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #555;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown-submenu::-webkit-scrollbar {
  width: 1.25em;
}
.dropdown-submenu::-webkit-scrollbar-thumb {
  background-color: #eee;
  border: 1px #ccc solid;
  box-shadow: 0 2px 4px 4px #00000020;
}
.dropdown-submenu::-webkit-scrollbar-track {
  background-color: #ddd;
}
/*主影片*/
.section.index-banner {
  background: black;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.section.index-banner-full {
  margin-top: 90px;
  padding: 0px 130px;
  background: black;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.section.index-banner-vfull {
  margin-top: 100px;
  background: black;
  height: 85vh;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.main-video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.main-video-full {
  position: fixed;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 0px;
  padding: 0 200px;
  overflow: hidden;
}
/*搜尋區塊*/
.right-link {
  font-size: 16px !important;
  color: #666 !important;
}
.right-link:hover {
  color: #337ab7 !important;
}
.search-area { /*搜尋區塊已從首頁移除,暫不使用*/
  background-image: url("../images/exh-img/search-area-bg.jpg");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: cover;
  padding: 35px;
}
.navbar-form {
  padding: 10px 15px;
  margin-top: -10px; /*先改這個*/
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
}
.search-main-input {
  width: 300px;
  height: 46px;
  padding: 0px 10px;
  font-size: 18px !important;
  margin-top: 3px
}
.search-main-btn {
  background-image: url("../images/exh-img/search-btn.png");
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 44px;
  border-radius: 4px;
  border: 1px #aaa solid;
  vertical-align: middle;
}
.search-input {
  height: 35px;
  padding: 0px 5px;
  font-size: 13px;
  margin-top: -20px;
}
.search-input:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #FFF;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #FFF;
}
.search-box {
  margin-top: 27px;
}
.form-search-group {
  padding-top: 27px;
  display: flex;
  flex-direction: row;
  align-content: center;
}
.search-btn {
  background-image: url("../images/exh-img/search-btn.png");
  background-size: cover;
  width: 45px;
  height: 34px;
  border-radius: 4px;
  border: 1px #aaa solid;
}
.login-btn {
  font-size: 16px;
  color: #fff;
  background-color: #1e2c59;
  width: 70px;
  height: 34px;
  border-radius: 4px;
  vertical-align: middle;
  border: 1px #aaa solid;
  margin: 0 5px;
}
.login-btn:hover {
  background-color: #000099;
}
.logout-btn {
  font-size: 16px;
  color: #FFF;
  background-color: #DB1751;
  width: 70px;
  height: 34px;
  border-radius: 4px;
  border: 1px #aaa solid;
  vertical-align: middle;
  margin: 0 5px;
}
.logout-btn:hover {
  background-color: #ff3399;
}
.search-area > textarea, input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
  -webkit-appearance: none;
  background-color: #fff;
  font: 400 13px "微軟正黑體";
  color: #7a7d85;
  border: 1px #b5b6ba solid;
  padding: 3px;
  resize: none;
  border-radius: 4px;
  box-sizing: border-box;
}
.fb-login-btn {
  background-image: url(../images/icon/icon-facebook-login.jpg);
  background-size: cover;
  width: 400px;
  height: 80px;
  border: 0px;
  border-radius: 6px;
  margin: 10px 0px;
}
/*動畫 iFrame 比例*/
.embed-responsive-ani {
  padding-bottom: 50%;
}
.embed-responsive-mobile {
  padding-bottom: 200%;
}
.google-login-btn {
  background-image: url("../images/icon/icon-google-login.jpg");
  background-size: cover;
  width: 400px;
  height: 80px;
  border: 0px;
  border-radius: 6px;
  margin: 10px 0px;
}
.fb-login-btn:hover, .google-login-btn:hover {
  box-shadow: 0 0 20px rgba(51, 255, 255, 1) !important;
}
.check-login {
  border: 0;
  width: 100px;
  height: 60px;
  margin-top: 27px;
}
/*第二塊 section 為覆蓋第一塊影片區使用*/
.section.is-foreword {
  position: relative;
  z-index: 2;
  background-color: #FFF;
}
/*展區介紹*/
.intro-content {
  font-size: 22px;
  line-height: 180%;
  font-weight: 600;
  padding: 60px 0px;
}
.intro-content-SSL {
  font-size: 22px;
  line-height: 180%;
  font-weight: 600;
  margin-top: -50px;
  padding: 0px;
}
.title-dark-blue {
  text-align: center;
  font-size: 40px;
  color: #0d78fa;
  font-weight: 600;
  line-height: 200%;
  margin: 20px 0 30px;
  border-bottom: #ddd 1px solid;
}
.title-dark-purple {
  text-align: center;
  font-size: 40px;
  color: #6633cc;
  font-weight: 600;
  line-height: 200%;
  margin: 20px 0 30px;
  border-bottom: #ddd 1px solid;
  margin-top: 50px;
}
.subtitle-dark-blue {
  text-align: center;
  font-size: 30px;
  color: #1D2C59;
  font-weight: 600;
  line-height: 200%;
  margin: 20px 0px;
  border-top: 1px #BBB solid;
  border-bottom: 1px #BBB solid;
}
.intro-marquee-bg {
  background-image: url(../images/exh-img/intro-marquee-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 150px;
}
.marqueen-photo-hide {
  display: block;
}
.intro-marquee-word {
  font-size: 30px;
  font-weight: 600;
  color: #EEE;
  margin-top: 82px;
  letter-spacing: 2px;
  bottom: 5px;
}
.sp-title {
  text-align: center;
  color: #6633cc;
  line-height: 150%;
  font-size: 35px;
}
.sp-subtitle {
  text-align: center;
  color: #000;
  line-height: 200%;
  font-size: 22px;
}
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;
}
.exh-area {
  background-image: url(../images/exh-img/exh-area-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 60px 0px;
}
.exh-title01-area {
  background-image: url(../images/exh-img/title-exh-01-bg.png);
  background-repeat: repeat;
  background-position: left;
  padding: 0px;
  text-align: center;
  height: 92px;
  margin: 30px 5px
}
.exh-title02-area {
  background-image: url(../images/exh-img/title-exh-02-bg.png);
  background-repeat: repeat;
  background-position: left;
  padding: 0px;
  text-align: center;
  height: 92px;
  margin: 50px 5px 30px;
}
.exh-title03-area {
  background-image: url(../images/exh-img/title-exh-03-bg.png);
  background-repeat: repeat;
  background-position: left;
  padding: 0px;
  text-align: center;
  height: 92px;
  margin: 50px 5px 30px;
}
/*每一個影片*/
.slide-video-img {
  width: 350px !important;
}
.slide-video-note {
  margin: 0px 0px;
  padding-top: 4px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 96px;
  background-color: rgba(0, 0, 80, .7);
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 150%;
  -webkit-transition: height 0.3s ease-out; /* 以下四行語法會產生側欄位移動畫的效果，非必要 */
  -moz-transition: height 0.3s ease-out; /* 會有四行是因為不同瀏覽器的語法不同 */
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  cursor: pointer;
}
.slide-video-note:hover {
  height: 140px;
}
.slide-video, .slide-video > img {
  position: relative;
  padding: 0px;
  width: 350px !important;
  border: 1px #CCC solid;
}
.slide-video-note-s {
  font-face: arial;
  font-size: 15px;
}
/*展示中心英文字*/
.video-eng-name {
  font-size: 80%;
  font-family: "arial";
  font-weight: 400;
}
.live-table {
  background-color: rgba(215, 215, 215, .75);
}
.live-table-date {
  background-color: #DB1751;
}
.live-fb-word {
  font-size: 135%;
  color: #DB1751;
}
/*Live-scheduel*/
#exTab1 {
  max-width: 100%;
  margin-left: 15px;
}
.nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
  color: #000;
  margin: 20px auto;
  padding: 10px;
  line-height: 150%;
  background-color: #DDD;
  text-align: center;
  font-size: 24px;
  border-left: 1px #fff solid;
  border-radius: 0;
  width: 275px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #FFF;
  margin: 20px auto;
  padding: 10px;
  line-height: 150%;
  font-size: 24px;
  background-color: #DB1751;
}
/*動畫 iFrame 比例*/
.embed-responsive-pc {
  padding-bottom: 45%;
}
.embed-responsive-mobile {
  padding-bottom: 200%;
}
.activity-area {
  padding-bottom: 20px;
  background-image: url(../images/exh-img/activity-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.activity-box {
  font-size: 18px;
  line-height: 150%;
  width: 350px !important;
  height: 570px;
  background-color: #FFF;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, .02), 0 0 4px #aaa;
}
.activity-box-black {
  color: #FFF;
  font-size: 18px;
  line-height: 150%;
  width: 350px !important;
  height: 570px;
  background-color: #000;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, .02), 0 0 4px #aaa;
}
.activity-stitle {
  font-size: 26px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
}
.activity-content {
  padding: 10px;
}
.login-card {
  font-weight: 600px;
  font-family: "微軟正黑體";
  background-color: #EEE;
  border: 15px #FFF solid;
  box-shadow: 3px 5px 15px #AAA;
  border-radius: 30px;
}
.login-card-logo {
  box-shadow: 2px 3px 10px #ccc;
  border-radius: 20px;
  margin: 20px;
}
footer {
  position: relative;
  background-color: #FFF;
  z-index: 2;
}
.footer-contact {
  padding: 30px 0px;
  color: #FFF;
  background-color: #262ab0;
  text-align: left;
}
/*滑動套件按鈕放大與定位 */
/*
.slick-prev:before {
    content: "<";
}

.slick-next:before {
    content: ">";
} */
.slick-prev:before, .slick-next:before {
  font-size: 50px;
  /*	color: #3366ff;
	font-family: "arial narrow"; */
}
.slick-prev {
  left: -50px;
  z-index: 4;
}
.slick-next {
  right: -10px;
  z-index: 4;
}
/*展示專區*/
.show-area {
  background-image: url(../images/exh-img2022/exh-bg.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
  padding: 70px 0;
}
.show-stitle01 {
  color: #00D1A2;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  margin-top: 20px;
}
.show-stitle02 {
  color: #0093DB;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  margin-top: 20px;
}
/*2022列表頁面調整***************************************************************************************/
.exh-head-video {
  position: relative;
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 15px 35px 35px;
  padding: 5vw 5vw 5vw 14vw;
  border-radius: 100px 20px 20px;
  border: none;
  color: #EEEEEE;
  line-height: 150%;
}
.exh-head-video-title {
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 60px 0 15px;
}
.exh-head-video-eng-title {
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 15px 0;
  line-height: 125%;
}
.exh-head-video-content {
  font-size: 120%;
  letter-spacing: 2px;
  padding: 50px 0 10px;
  line-height: 150%;
  font-weight: 400;
}
.exh-head-video-icon {
  position: absolute;
  bottom: -5px;
  left: 25vw;
}
.exh-head-cloud-video-icon {
  position: absolute;
  bottom: -25px;
  left: 10vw;
}
.exh-head-cloud-video-icon > img {
height: 185px;
}
.exh-head-video-icon > img {
  width: 14vw;
}
.head-YT-video {
  border-radius: 20px;
  box-shadow: 2px 2px 10px 2px #00000050;
}
.comp-YT-video {
  border-radius: 10px;
  box-shadow: 2px 2px 8px 2px #00000040;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:100% 100%;
  background-image: url(../images/exh-img2022/sample-main-video.jpg) 
}
.comp-YT-video > iframe{
	background-color: #000;
}
/*產品滑動時-非焦點產品樣式*/
.center_1 .slick-slide {
  transform: scale(0.9);
  opacity: 0.4;
  border-collapse: collapse;
}
.center_1 .slick-current {
  transform: scale(1);
  opacity: 1;
}
/*各館主色、底色、內頁主圖*/
.s-blue {/*雲端服務*/
  color: #009999;
}
.s-green {/*碳排淨零*/
  color: #004f00;
}
.s-cyan {/*智慧應用*/
  color: #184eae;
}
.s-indigo {/*資訊安全*/
  color: #470dcb;
}
.s-purple {/*新創創新*/
  color: #5c00c8;
}
.b-blue {
  background-color: #178aa0;
}
.b-green {
  background-color: #004f00;
}
.b-cyan {
  background-color: #184eae;
}
.b-indigo {
  background-color: #470dcb;
}
.b-purple {
  background-color: #5c00c8;
}
.ex-head-cyan {
  background-image: url(../images/exh-img2022/exh-banner-cyan-no.jpg);
}
.ex-head-green {
  color: #003600;
  background-image: url(../images/exh-img2022/exh-banner-green-no.jpg);
  background-position: center center;
  background-size: cover;
}
.ex-head-blue {
  background-image: url(../images/exh-img2022/exh-banner-blue-no.jpg);
}
.ex-head-indigo {
  background-image: url(../images/exh-img2022/exh-banner-indigo-no.jpg);
}
.ex-head-purple { /*不使用*/
  background-image: url(../images/exh-img2022/exh-banner-purple-no.jpg);
}
.comp-head-cyan {
  background-image: url(../images/exh-img2022/inside_top_banner_cyan.jpg);
}
.comp-head-blue {
  background-image: url(../images/exh-img2022/inside_top_banner_blue.jpg);
padding: 150px 65vw 110px 10vw!important;
}

.comp-head-green {
  background-image: url(../images/exh-img2022/inside_top_banner_green.jpg);
}
.comp-head-indigo {
  background-image: url(../images/exh-img2022/inside_top_banner_indigo.jpg);
}
.comp-head-purple {
  background-image: url(../images/exh-img2022/inside_top_banner_purple.jpg);
}
.show-mtitle {
  font-size: 34px;
  letter-spacing: 4px;
  font-weight: 900;
  line-height: 200%;
  margin: 40px 0 10px;
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
}
.show-stitle {
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 900;
  line-height: 150%;
  margin-top: 40px;
}
.show-stitle > img {
  width: 50px;
}
.slide-video-show {
  background-position: center center;
  background-size: cover;
  position: relative;
  margin: 30px 0 100px;
  padding-bottom: 65%;
  border: 1px #CCC solid;
  width: 100%;
}
.slide-video-show-note {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 400;
  padding-top: 110px;
  height: 170px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  line-height: 110%;
  transition: all 0.3s;
}
.slide-video-show-note:hover {
  padding-top: 130px;
  height: 210px;
}
.slide-video-solution {
  margin-top: -90px;
  margin-bottom: 5px;
  font-size: 110%;
  height: 50px;
  overflow: hidden;
  /*
  margin-top: -90px;
  margin-bottom: 45px;
  font-size: 110; */
}
.show-contact-detail {
  text-align: center;
  font-size: 110%;
  font-weight: 400 !important;
  letter-spacing: 2px;
}
/*2022展區內頁********************************************************/
.comp-head-area {
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  box-shadow: 5px 5px 10px 0 #00000030;
  padding: 170px 20vw 130px 55vw;
}
.comp-title {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 150%;
  margin: 20px 0 0;
  letter-spacing: 2px;
}
.comp-title-uderline {
  margin-bottom: 15px;
}
.comp-logo {
  text-align: center;
  padding: 15px 0;
}
.comp-logo > img {
  width: 250px;
}
.comp-intro {
    font-size: 16px;
    line-height: 200%;
    font-weight: 400;
    height: 250px;
    overflow-y: auto;
    margin: 0 10px 15px;
    padding: 0 15px;
}
.comp-intro-ta {
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  height: 250px;
  margin: 0 10px 15px;
}
.comp-intro-ta > textarea {
	width:100%;
	border:0;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  height: 250px;
  overflow-y: auto;
	margin: 0 10px 15px;
  padding: 0 15px;
}
.comp-intro-ta > textarea:focus{

  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.comp-product-item {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 100%;
  text-align: center;
  padding: 90px 0 40px;
}
.comp-product-line {
  font-weight: 300;
  letter-spacing: 0;
}
.comp-match-area {
  background-image: url(../images/exh-img2022/bg-match.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #FFFFFF;
  padding: 50px;
  margin-top: 100px;
}
.comp-match-title {
  margin: 30px 0;
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 500;
}
.comp-match-slogan {
  width: 350px;
  margin: 25px 0;
}
.comp-match-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}
.comp-match-btn {
  color: #2c438a;
  border-radius: 20px;
  font-size: 20px;
  padding: 5px 20px;
  background-color: #FFFFFF;
  transition: all .5s;
}
.comp-match-btn:hover {
  background-color: #666666;
  color: #FFFFFF;
}
.comp-contact-area {
  background-image: url(../images/exh-img2022/exh-contact_bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  padding: 0;
}
.btn-contact {
  vertical-align: middle;
  color: #FFFFFF;
  border-radius: 16px;
  font-size: 15px;
  padding: 5px 20px;
  margin-left: 15px;
  transition: all .5s;
}
.btn-contact:hover {
  color: #FFFFFF;
  background-color: #333333;
}
.comp-product-box {
  height: 400px;
  position: relative;
  border: 1px solid #DDDDDD;
  box-shadow: 0 0 15px 0 #00000050;
  margin: 10px;
}
.comp-product-photo {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto; /*100% 100%*/
}
.comp-product-detail {
  padding: 20px 15px 20px;
  line-height: 175%;
  text-align: center;
  background-color: #FFFFFF;
}
.comp-product-name {
  font-size: 22px;
  letter-spacing: 2px;
  height: 56px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comp-product-I {
  font-family: "Lucida Grande";
  font-size: 28px;
  font-weight: 100;
  opacity: .6;
}
.comp-product-content {
  padding: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  height: 240px;
  overflow-y: scroll;
}
/*
.probtn_prev {
  background-image: url(../images/exh-img2022/icon-pre-b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
    position: absolute;
    bottom: 7px;
    right:  calc( 17% + 4px );
    z-index: 15;
	width:40px;
	height: 40px;
	border:1px solid #00000030;
	cursor: pointer;
	background-color: #FFFFFF;
	transition: all .5;
}

.probtn_next {
  background-image: url(../images/exh-img2022/icon-next-b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
    position: absolute;
    bottom: 7px;
    z-index: 15;
    right: calc( 17% - 36px );
	width:40px;
	height: 40px;
	border:1px solid #00000030;
	cursor: pointer;
	background-color: #FFFFFF;
	transition: all .5;
}
*/
.probtn_prev {
  background-image: url(../images/exh-img2022/icon-pre-w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 15;
  width: 40px;
  height: 40px;
  border: 1px solid #00000030;
  cursor: pointer;
  transition: all .5;
}
.probtn_next {
  background-image: url(../images/exh-img2022/icon-next-b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  z-index: 15;
  right: -40px;
  width: 40px;
  height: 40px;
  border: 1px solid #00000030;
  cursor: pointer;
  background-color: #FFFFFF;
  transition: all .5;
}
.probtn_prev:hover {
  background-image: url(../images/exh-img2022/icon-pre-b.svg);
  background-color: #ffff99;
}
.probtn_next:hover {
  background-image: url(../images/exh-img2022/icon-next-b.svg);
  background-color: #ffff99;
}
.show-contact-title {
  font-size: 150%;
  font-weight: 900;
  text-align: center;
  letter-spacing: 2px;
  margin: 15px 0;
}
/*雲端服務館首頁補充*/
.exh-cloud-6subject-area{
  background-image: url(../images/exh-img2022/bg-cloud-6subject.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	padding:60px 0;
	margin:50px 0;
}
.exh-cloud-gift-area{
  background-image: url(../images/exh-img2022/bg-cloud-gift.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	position:relative;
	padding:60px 0;
	margin:120px 0 0;
}
.exh-cloud-gift-title{
	position:absolute;
	top:-64px;
	left:-5vw;
	width:46vw;
}

.gift-group > div{
	height: 200px;
	padding:10px 30px;
}
.gift-group > div:nth-child(1){
	margin-left: -100px;
}
.exh-cloud-gift-box{
	margin:60px 0 20px;
	padding:30px;
	border-radius: 30px;
	background-color:#FFFFFF;
	box-shadow: 2px 2px 3px 0 #00000050;
	
}
.exh-cloud-6subject-area > div > div:nth-child(n+2) > a > img{
	border-radius: 15px;
	box-shadow: 4px 4px 6px 0 #00000050;
	margin-bottom: 15px;
}
.exh-cloud-6subject-area > div > div:nth-child(n+2) > a > img:hover{
	border-radius: 15px;
	box-shadow: 0 0 15px 0 #71eaf4;
}
.title-cloud-subject-img {
	padding:35px 0;
}
.cloud-active-coffee{
	opacity: 1;/*活動前.4*/
}
.title-cloud-subject-img > img {
	width:720px;
}
.exh-cloud-gift-area{
  background-image: url(../images/exh-img2022/bg-cloud-gift.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	position:relative;
	padding:60px 0;
	margin:50px 0 0;
}
.exh-cloud-gomarket-area{
  background-image: url(../images/exh-img2022/bg-cloud-gomarket.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding:60px 0;
}
.gomarket-block01 , .gomarket-block01{
	height: 330px;
	
}

.gomarket-block01{
	
}
.gomarket-block02{
	padding:30px 40px;
	text-align:center;
	display:flex;
	flex-direction:column;
}
.btn-gomarket{
	background-color:#4db26d;
	font-size:30px;
	font-weight:900;
	letter-spacing: 4px;
	padding:5px 20px;
	border-radius: 30px;
	color:#ffffff;
	transition: all .5s;
}
.btn-gomarket:hover{
	color:#ffffff!important;
	background-color:#330066;
	
}
.cloud-inside-intro-area{	
  background-image: url(../images/exh-img2022/bg-cloud-inside-intro.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
	box-shadow: 0 5px 5px 0 #00000040;
	padding:60px 0;
}

.comp-cloud-title {
  background-image: url(../images/exh-img2022/bg-cloud-inside-service-title.png);
	background-size:auto 80px;
	background-position: center center;
	background-repeat: no-repeat;
	color:#FFFFFF;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 200%;
  margin:80px 0 70px;
  letter-spacing: 2px;
	
}
.comp-cloud-area {
  margin-top: 25px;
  background-image: url(../images/exh-img2022/bg-cloud-inside-main.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.cloud-inside-2icon-area{
	margin:100px auto 0;
}
.cloud-inside-2icon-area > div > a > img{
	transition: all .5s;
}
.cloud-inside-2icon-area > div > a > img:hover{
	border-radius: 15px;
	box-shadow: 0 0 25px 0 #71eaf4;
}
.icon-cloud-inside-more{
	padding:70px 0 120px;
}
.icon-cloud-inside-more > a > img{
	width:43vw;
	margin-top:0;
	transition: all .5s;
}
.icon-cloud-inside-more > a > img:hover{
	width:46vw;
}
.cloud-inside-gift-area{	
  background-image: url("../images/exh-img2022/bg-cloud-inside-gift.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
	margin-top:10px;
}
.cloud-inside-gift-area > div > div:nth-child(odd) {
	padding:20px 0 5px 45px;
}
.cloud-inside-notice-area{
	margin:40px 0;
	font-size:18px;
	line-height: 200%;
}
.bg-cloud-notice-title{
  background-image: url("../images/exh-img2022/bg-cloud-inside-notice.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	text-align:right;
	padding:5px 30px 5px;
	font-size:24px;
	color:#FFFFFF;
	letter-spacing: 2px;
}
.cloud-inside-case-area{
	padding:50px 15px;
}
.cloud-inside-case-img{
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #000000;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 2px 2px 6px 0 #00000080;
	text-align: center;
	margin-bottom:6px;
	cursor: pointer;
	height:180px;
}
.cloud-inside-title-case{
  width:90%;
	color:#184eae;
	font-size:24px;
	letter-spacing: 2px;
	line-height: 200%;
	text-align: left;
	margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}
.cloud-inside-contact-area{	
  background-image: url(../images/exh-img2022/bg-cloud-inside-contact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding:15px 0;
	color:#FFFFFF;
	font-weight:400;
}
.cloud-contact-img{
	padding:0 20px;
}

/*這裡連續設定2022年展館其他尺寸************************************************************************************************************/
@media (max-width: 1600px) {
  .exh-head-video {
    padding: 4vw 4vw 4vw 12vw;
    border-radius: 80px 20px 20px;
  }
  .exh-head-video-title {
    position: relative;
    font-size: 65px;
    letter-spacing: 2px;
    padding: 60px 0 15px;
  }
  .exh-head-video-eng-title {
    font-size: 30px;
    letter-spacing: 2px;
    padding: 15px 0;
  }
  .exh-head-video-content {
    font-size: 100%;
    letter-spacing: 1px;
    padding: 30px 0 10px;
  }
  .exh-head-video-icon > img {
    width: 12vw;
  }
  .slide-video-show-note {
    font-size: 24px;
    letter-spacing: 0;
    padding-top: 100px;
    height: 150px;
  }
  .slide-video-show-note:hover {
    padding-top: 125px;
    height: 200px;
  }
  .slide-video-solution {
    margin-top: -95px;
    margin-bottom: 30px;
    font-size: 105%;
  }
  .comp-title {
    font-size: 32px;
    margin: 0;
    letter-spacing: 0;
  }
  .comp-logo {
    text-align: center;
    padding: 10px 0;
  }
  .comp-logo > img {
    width: 220px;
  }
  .comp-intro {
    font-size: 16px;
    line-height: 200%;
    font-weight: 400;
    height: 200px;
    overflow-y: auto;
    margin: 0 10px 15px;
    padding: 0;
  }
.comp-intro-ta {
  font-size: 16px;
    margin: 0 10px 15px;
    padding: 0;
}
.comp-intro-ta > textarea {
  height: 200px;
}
  .comp-product-box {
    height: 350px;
  }
  .comp-product-photo {
    height: 350px;
  }
  .comp-product-content {
    padding: 5px;
    height: 190px;
  }
.exh-cloud-gift-title{
  top:-54px;
}
.comp-cloud-title {
    margin: 52px 0 40px;
}
}
@media (max-width: 1400px) {
  .exh-head-video {
    padding: 3vw 3vw 3vw 6vw;
    border-radius: 100px 20px 20px;
  }
  .exh-head-video-title {
    position: relative;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 2px;
    padding: 60px 0 15px;
  }
  .exh-head-video-eng-title {
    font-size: 30px;
    letter-spacing: 2px;
    padding: 15px 0;
  }
  .exh-head-video-content {
    font-size: 100%;
    letter-spacing: 1px;
    padding: 30px 0 10px;
  }
  .head-YT-video {
    border-radius: 15px;
  }
  .slide-video-show-note {
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 85px;
    height: 130px;
  }
  .slide-video-show-note:hover {
    padding-top: 110px;
    height: 170px;
  }
  .slide-video-solution {
    margin-top: -95px;
    margin-bottom: 25px;
    font-size: 100%;
  }
  .comp-head-area {
    padding: 60px 20vw 110px 52vw;
  }
  .comp-product-box {
    height: 300px;
  }
  .comp-product-photo {
    height: 300px;
  }
  .comp-product-content {
    padding: 0;
    height: 140px;
  }
}
@media (max-width: 1200px) {
  .exh-head-video {
    background-position: center bottom;
    background-size: cover;
    padding: 30px;
    border-radius: 70px 20px 20px;
  }
  .exh-head-video-title {
    position: relative;
    font-size: 70px;
    font-weight: 900;
    letter-spacing: 5px;
    padding: 60px 0 15px;
  }
  .exh-head-video-eng-title {
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 15px 0;
  }
  .exh-head-video-content {
    font-size: 100%;
    letter-spacing: 2px;
    padding: 15px 0;
    font-weight: 400;
  }
  .head-YT-video {
    border-radius: 15px;
  }
  .exh-head-video-icon {
    position: absolute;
    top: 90px;
    left: 80vw;
  }
  .exh-head-video-icon > img {
    width: 20vw !important;
  }
  .slide-video-show-note {
    font-size: 24px;
    letter-spacing: 1px;
    padding-top: 100px;
    height: 160px;
  }
  .slide-video-show-note:hover {
    padding-top: 125px;
    height: 200px;
  }
  .comp-head-area {
    padding: 60px 15vw 100px 50vw;
  }
  .comp-title {
    font-size: 36px;
    margin: 35px 0 15px;
    letter-spacing: 2;
  }
  .comp-logo {
    text-align: center;
    padding: 10px 0;
  }
  .comp-logo > img {
    width: 350px;
  }
  .comp-intro {
    font-size: 16px;
    height: auto;
    overflow: none;
    margin: 0 10px;
    padding: 0;
  }
.comp-intro-ta {
    height: auto;
    margin: 0 10px;
    padding: 0;
}
.comp-intro-ta > textarea {
    
    overflow: visible;
}
}
@media (max-width: 992px) {
  .exh-head-video-title {
    text-align: center;
  }
  .exh-head-video-eng-title {
    text-align: center;
  }
  .exh-head-video-content {
    font-size: 100%;
    letter-spacing: 1px;
    padding: 30px 0 10px;
  }
  .exh-head-video-icon {
    display: none;
  }
  .slide-video-show-note {
    font-size: 20px;
    letter-spacing: 0;
    padding-top: 85px;
    height: 130px;
  }
  .slide-video-show-note:hover {
    padding-top: 110px;
    height: 170px;
  }
  .slide-video-solution {
    font-size: 95%;
  }
  .show-contact-detail {
    font-size: 100%;
    letter-spacing: 0;
  }
  .comp-head-area {
    padding: 60px 7vw 100px 50vw;
  }
  .comp-product-box {
    height: 650px;
  }
  .comp-product-photo {
    height: 350px;
  }
  .comp-product-detail {
    padding: 25px 25px;
    line-height: 150%;
  }
  .comp-product-content {
    padding: 0 5px;
    height: 160px;
  }
}
@media (max-width: 768px) {
  .slide-video-show-note {
    font-size: 26px;
    letter-spacing: 2px;
    padding-top: 125px;
    height: 200px;
  }
  .slide-video-show-note:hover {
    padding-top: 150px;
    height: 250px;
  }
  .slide-video-solution {
    font-size: 120%;
    margin-top: -90px;
    height: auto;
    overflow: visible;
  }
  .show-contact-detail {
    text-align: left;
    padding: 10px;
    font-size: 110%;
  }
  .comp-head-area {
    padding: 60px 2vw 90px 50vw;
  }
  .comp-intro {
    height: auto;
    overflow: visible;
  }

.comp-intro-ta > textarea {
    overflow: visible;
}
  .comp-product-box {
    height: 600px;
  }
  .comp-product-photo {
    height: 280px;
  }
  .comp-product-content {
    padding: 0 5px;
    height: 180px;
  }
}
@media (max-width: 559px) {
  .exh-head-video {
    margin: 0 15px 35px;
    padding: 15px;
    border-radius: 15px;
  }
  .exh-head-video-title {
    position: relative;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 3px;
    padding: 50px 0 15px;
    text-align: center;
  }
  .exh-head-video-eng-title {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    padding: 15px 0;
    text-align: center;
  }
  .exh-head-video-content {
    font-size: 100%;
    letter-spacing: 2px;
    padding: 15px 0;
    font-weight: 400;
  }
  .head-YT-video {
    border-radius: 15px;
  }
  .slide-video-show-note {
    font-size: 16px;
    letter-spacing: 0;
    padding-top: 60px;
    height: 90px;
  }
  .slide-video-show-note:hover {
    padding-top: 90px;
    height: 150px;
  }
  .slide-video-solution {
    font-size: 100%;
  }
  .comp-head-area {
    padding: 90px 60px 30px;
  }
  .comp-match-area {
    text-align: center;
    padding: 15px 0;
  }
  .comp-match-title {
    margin: 30px 0;
    font-size: 34px;
  }
  .comp-match-slogan {
    width: 350px;
    margin: 25px 0;
  }
  .comp-match-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 175%;
  }
  .comp-product-box {
    height: 500px;
  }
  .comp-product-photo {
    height: 200px;
    background-position: top center;
  }
  .probtn_prev {
    display: none;
  }
  .probtn_next {
    display: none;
  }
  .comp-title {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .comp-intro {
    font-size: 18px;
    height: auto;
    overflow: none;
    margin: 0;
    padding: 0;
  }
  .comp-intro-ta {
    height: auto;
    overflow: none;
    margin: 0;
    padding: 0;
  }
.comp-intro-ta > textarea {
	
    font-size: 18px;
}
  .comp-stitle {
    text-align: center;
  }
  .comp-product-name {
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
  }
  .comp-product-I {
    display: none;
  }
  .show-mtitle {
    font-size: 28px;
    letter-spacing: 0;
  }
  .show-stitle {
    font-size: 26px;
    letter-spacing: 0;
  }
  .comp-product-content {
    padding: 0 5px;
    height: 180px;
  }
	
	
/*雲端服務館首頁*/

.exh-cloud-6subject-area{
  background-position: top center;
  background-size:auto 480px;
  background-color: #698ef6;
}
.exh-cloud-6subject-area > div > div:nth-child(n+2) > a > img{
  margin-top: 15px;
  margin-bottom: 15px;
}
.exh-cloud-gift-title {
    position: absolute;
    top: -34px;
    left: -100px;
    width: 115vw;
}
.gomarket-block01 , .gomarket-block01{
  height: auto;
}
.flex-cc{
  display: block;
}
.gift-group > div{
  height: auto;
  padding:10px 30px;
  text-align: center;
}
.gift-group > div:nth-child(1){
  margin-left: auto;
}
.btn-gomarket{
  font-size:26px;
  letter-spacing: 1px;
}
/*雲端服務館內頁*/
.comp-head-blue {
    padding: 90px 60px 30px!important;
    background-position: left center!important;
  }
.cloud-inside-gift-area{	
  background-image: none;	
  background: linear-gradient(to top, #59d7cc, #93bfff);
	margin-top:10px;
}
.cloud-inside-gift-area > div > div:nth-child(odd) {
	padding:15px;
}
	
.bg-cloud-notice-title{
	text-align:center;
}
	
}
/*這裡連續設定2022年展館其他尺寸 END ********************************************************************************************************/
.s-note-cyan {
  background-image: url(../images/exh-img2022/bg-title-cyan.png);
}
.s-note-green {
  background-image: url(../images/exh-img2022/bg-title-green.png);
}
.s-note-blue {
  background-image: url(../images/exh-img2022/bg-title-blue.png);
}
.s-note-indigo {
  background-image: url(../images/exh-img2022/bg-title-indigo.png);
}
.s-note-purple {
  background-image: url(../images/exh-img2022/bg-title-purple.png);
}
/*新的footer*/
.show-creative-contact {
  color: #FFF;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 20px 0 40px;
}
.contact-bg-cyan {
  background-image: url(../images/exh-img2022/exh-bg-footer-cyan.jpg);
}
.contact-bg-green {
  background-image: url(../images/exh-img2022/exh-bg-footer-green.jpg);
}
.contact-bg-blue {
  background-image: url(../images/exh-img2022/exh-bg-footer-blue.jpg);
}
.contact-bg-indigo {
  background-image: url(../images/exh-img2022/exh-bg-footer-indigo.jpg);
}
.contact-bg-purple {
  background-image: url(../images/exh-img2022/exh-bg-footer-purple.jpg);
}
.comp-area {
  margin-top: 25px;
  background-image: url(../images/exh-img2022/exh-intro-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.comp-area-show2 {
  margin-top: 70px;
  background-image: url(../images/forum2021/forum-agenda-bg02.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding: 60px 0 0;
}
.photo-border-1px {
  border: 1px #CCC solid;
  padding: 0;
}
.comp-product-photo-box {
  padding: 15px;
}
.comp-stitle {
  font-size: 24px;
  line-height: 150%;
  font-weight: 600;
  border-bottom: 0px;
}
.comp-content {
  font-size: 20px;
  line-height: 150%;
  color: #337ab7;
  border-bottom: 0px;
  font-family: "微軟正黑體" !important;
  font-weight: 600 !important;
}
.comp-contact-detail {
  padding: 70px 15px;
  color: #444444;
  font-size: 14px;
  line-height: 175%;
}
.comp-contact-detail > p:nth-child(n+4) {
  max-width: 30em;
  overflow-x: auto;
  white-space: nowrap;
}
.btn-contact {}
.comp-block-space {
  margin: 20px 0;
}
/*
tr:nth-child(1) {
    background: #FFF;
    color: #000;
    font-weight: 600;
    text-align: left;
    border: 0px;
}

td:nth-child(1) {
    font-size: 100%;
    font-weight: 400;
    font-family: arial;
    text-align: left;
	    border: 0px;
} */
/*科技頻道*/
.tech-box {
  position: relative;
  margin: 15px 0 45px;
  padding: 0;
  border: 1px #CCC solid;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 15px #BBB;
}
.tech-box-word {
  padding: 10px;
  line-height: 150%;
}
.tech-title {
  font-size: 19px;
  color: #1D62BE;
  height: 40px;
}
.tech-box-word > hr {
  margin: 0px 0 12px;
}
.tech-comp {
  font-size: 17px;
  font-weight: 400;
}
/*改為搜尋*/
.live-banner {
  position: relative;
  background-image: url(../images/exh-img2022/bg-cloud-gomarket.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 400px;
}
.gift-banner {
  position: relative;
  background-image: url(../images/exh-comp2021/top-banner-search.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 500px;
  border-bottom: 40px solid #ffafad;
}
.live-banner-title {
  position: absolute;
  font-size: 50px;
  color: #FFFFFF;
  font-weight: 600;
  width: 70%;
  bottom: 40%;
  text-align: center;
}
.search_info_block {
  background-color: #DDDDDD;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
    box-shadow:2px 3px 10px 0 #00000050;
}
.live-gift-block {
  background-image: url(../images/exh-live/live-gift-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin: 50px 0;
  padding: 20px 0;
}
.like-gift-block {
  background-image: url(../images/exh-live/live-gift-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin: 50px 0;
  padding: 20px 0;
}
.live-gife-words-title {
  margin-top: 50px;
  font-size: 40px;
  color: #1D2C59;
  font-weight: 600;
  line-height: 200%;
}
.live-gife-words-stitle {
  font-size: 22px;
  color: #6c4ec9;
  font-weight: 600;
  line-height: 150%;
}
.live-gift-hr {
  background: linear-gradient(180deg, rgba(155, 235, 224, 1), rgba(155, 235, 224, 0));
  height: 2px;
  margin: -10px 0px 5px;
}
.live-date-belt {
  background-color: #00d2a3;
  color: #FFF;
  font-weight: 600;
  font-size: 30px;
  line-height: 200%;
  letter-spacing: 1px;
  padding: 30px 0px;
}
.live-date-belt-left {
  text-align: right;
  padding: 0px 50px;
}
.live-date-belt-right {
  text-align: left;
  border-left: 2px #FFF solid;
  padding: 0px 50px;
}
.live-box-day {
  color: #FFF;
  margin: 20px 0px;
  padding: 10px;
  line-height: 150%;
  background-color: #DB1751;
  text-align: center;
  font-size: 24px;
  vertical-align: middle;
  border-left: 1px #fff solid;
}
.live-box-day-gray {
  color: #000;
  background-color: #E6E6E6;
}
.live-box {
  margin: 40px 0px 10px;
  padding: 0px;
  line-height: 150%;
  background-color: #1e2c59;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
}
.live-box-title {
  color: #FFF;
  font-size: 24px;
  padding: 10px 0px;
  height: 86px;
  line-height: 150%;
}
.live-box-time {
  color: #FFFF84;
  padding: 0px 0px 10px;
}
.live-box-note {
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  line-height: 150%;
  text-align: center;
  padding: 0px 0px 8px;
  margin-top: -5px;
}
.live-box-note2 {
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  line-height: 150%;
  background-color: #e1e1e1;
  margin: 0px 5px;
  text-align: center;
  padding: 6px 0px 6px;
}
/*媒合會*/
.like-enter-btn {
  width: 400px;
  height: auto;
  padding: 10px 0px;
  font-size: 32px;
  cursor: pointer;
  text-align: center;
  color: #FFF;
  border-radius: 50px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 150%;
  transition: all .5s ease;
}
.like-enter-btn:hover {
  background-color: #FFF;
}
#likebtn01 {
  background: linear-gradient(to right, #7646d2, #7646d2);
  border: 2px #FFFFFF solid;
  transition: all .5s ease;
}
#likebtn01:hover {
  background: none;
  border: 2px #7646d2 solid;
  color: #7646d2;
  box-shadow: 0 15px 20px -15px rgba(0, 136, 255, 0.8) !important;
}
#likebtn02 {
  background: linear-gradient(to right, #febd00, #fde661);
  border: 2px #FFFFFF solid;
  transition: all .5s ease;
}
#likebtn02:hover {
  background: none;
  border: 2px #cc9933 solid;
  color: #cc9933;
  box-shadow: 0 15px 20px -15px #cc993380 !important;
}
#likebtn03 {
  background: linear-gradient(to right, #3d87c1, #85b3d8);
  border: 2px #FFFFFF solid;
  transition: all .5s ease;
}
#likebtn03:hover {
  background: none;
  border: 2px #3d87c1 solid;
  color: #3d87c1;
  box-shadow: 0 15px 20px -15px #3d87c180 !important;
}
#likebtn04 {
  background: linear-gradient(to right, #007c00, #46b247);
  border: 2px #FFFFFF solid;
  transition: all .5s ease;
}
#likebtn04:hover {
  background: none;
  border: 2px #007c00 solid;
  color: #007c00;
  box-shadow: 0 15px 20px -15px #007c0090 !important;
}
.normaltd {
  background-color: #EEE;
  border: 2px #FFF solid;
}
.todaytd {
  background-color: #ccffcc;
}
.activetd {
  background-color: #f1a2b8;
}
/*結合媒合會--讚出來大按鈕*/
.btn-big {
  width: 400px;
  height: auto;
  padding: 15px 0px;
  font-size: 32px;
  border-radius: 50px;
}
.hr-BBB {
  border: 1px #BBB solid;
}
/*產品讚出來*/
.like-banner {
  position: relative;
  background-image: url(../images/exh-img2021/like-title-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 90vh;
}
.like-banner-s {
  position: relative;
  background-image: url(../images/exh-img2021/like-title-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 50vh;
}
.like-gift-banner {
  position: relative;
  background-image: url(../images/exh-img2021/gift-title-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 90vh;
}
.like-banner-title {
  position: absolute;
  font-size: 4em;
  letter-space: 2px;
  color: #5529c7;
  font-weight: 900;
  width: 100%;
  bottom: 42%;
  text-align: center;
}
.gift-banner-title {
  position: absolute;
  font-size: 4em;
  letter-space: 2px;
  color: #feca25;
  font-weight: 900;
  width: 100%;
  bottom: 42%;
  text-align: center;
}
.like-gift-block {
  margin: 0;
  padding: 40px 0;
}
.like-gift-words-title {
  margin-top: 10px;
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  line-height: 200%;
}
.like-gift-hr {
  background: #6c4ec9;
  height: 2px;
  margin: -10px 0px 5px;
}
.like-gift-word-pink {
  padding-left: 4em;
  color: #FF4771;
}
.like-gift-word-black {
  padding-left: 2.5em;
  color: #000;
}
.like-choice-belt {
  padding: 30px 0;
  background-color: #FFFFE6;
}
.like-notice-area {
  padding: 20px 10px;
  background-image: url(../images/exh-img2021/like-notice-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background-color: #6633cc;
  color: #fff;
  font-weight: 400;
  line-height: 175%;
}
.like-notice-area-black {
  padding: 20px 10px;
  background-image: url(../images/exh-img2021/like-notice-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background-color: #e6e6e6;
  color: #000;
  font-weight: 400;
  line-height: 175%;
}
.like-notice-title {
  margin-top: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 200%;
  text-align: center;
}
.like-banner01 {
  position: relative;
  background-image: url(../images/exh-img/top-like-banner1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 50vh;
}
.like-banner-title1 {
  position: absolute;
  font-size: 55px;
  color: #FFF;
  font-weight: 600;
  width: 100%;
  bottom: 40%;
  text-align: center;
  text-shadow: 4px 4px 10px #111;
  letter-spacing: 2px;
}
.like-banner02 {
  position: relative;
  background-image: url(../images/exh-img/top-like-banner2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 70vh;
}
.like-banner-title2 {
  position: absolute;
  font-size: 55px;
  color: #FFFF99;
  font-weight: 600;
  width: 100%;
  bottom: 40%;
  text-align: center;
  text-shadow: 4px 4px 10px #111;
  letter-spacing: 2px;
}
.like-gift-block-new {
  background-image: url(../images/exh-img2021/like-intro-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 40px 0;
}
.like-gift-block-new2 {
  background-image: url(../images/exh-img2021/bg-intro-gift.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 40px 0;
}
.like-area {
  background-image: url(../images/exh-img/show-area-bg.jpg);
  background-repeat: repeat-y;
  background-position: top left;
  background-size: 100%;
  padding: 30px;
}
.like-click {
  width: 80px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  color: rgba(235, 210, 212, .75);
  padding: 5px;
  border-radius: 5px 5px 10px 10px;
	font-weight: 900;
  font-size: 30px;
  cursor: pointer;
  text-shadow:
    2px 2px 5px rgba(0, 0, 0, .4);
}
.like-click.cyan {
  background-color:rgba(24,85,178,.9);
}
.like-click.purple {
  background-color:rgba(79,33,144,.9);
}
.like-click.indigo {
  background-color:rgba(71,33,159,.9);
}
.like-click.green {
  background-color:rgba(2,135,79,.9);
}
.like-click-no {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-shadow: none;
}
.like-click:hover,.like-click.active {
  background-color: #ffff99;
  color: #ff0066!important;
  border-adius: 5px 35px 35px;
  transition: all 0.3s ease-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  text-shadow:
    -1px -1px 0 #eee, 1px -1px 0 #eee, -1px 1px 0 #eee, 1px 1px 0 #eee, 2px 2px 5px rgba(0, 0, 0, .4);
}
.like-click:hover > .like-click-no , .like-click.active > .like-click-no{
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-shadow: none;
}
.like-click-visited {
  text-align: center;
  padding: 5px 10px 5px 5px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 30px;
  width: 95px;
  background-color: #ffff99;
  color: #ff0066;
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  text-shadow:
    -1px -1px 0 #eee, 1px -1px 0 #eee, -1px 1px 0 #eee, 1px 1px 0 #eee, 2px 2px 5px rgba(0, 0, 0, .4);
}
.like-click-visited > .like-click-no {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
/*按Like資料*/
.like-iframe {
  position: absolute;
  top: -5px;
  left: 15px;
  width: 100px;
  height: 70px;
  border: 0px;
}
/*Member會員登入*/
.login-box {
  padding: 12px;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 3px 4px 12px rgba(0, 0, 0, .3);
  margin: 20px auto;
}
/*2022贈獎相關*/
.reward-3gift-head-area {
  background-image: url(../images/exh-reward2022/bg-three-award-head.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  padding: 170px 0 120px;
	text-align:center;
background-color: #5d5df5;
}
.reward-3gift-head-area > img {
	width:75%;
  max-width: 900px;
}

.reward-3gift-r1-area {
  background-image: url(../images/exh-reward2022/bg-three-award-r1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 0;
}
.reward-box{
	max-width:1400px;
	width:100%;
	margin:20px auto;
	background-color: #FFFFFF;
	padding:25px;
	border-radius: 33px;
	box-shadow: 0 0 10px 0 #00000040;
}
.reward-stitle-area{
	text-align: center;
	padding:10px;
}
.reward-stitle-area > img{
	width:100%;
	max-width: 520px;
}
.reward-content {
    text-align: center;
    color: #000;
    line-height: 200%;
    font-size: 22px;
}
.reward-content-note , .reward-content-note2{
    line-height: 150%;
    font-size: 20px;
	margin-left : 6em;
	text-indent : -5.7em ;
}
.reward-content-note{
	color:#6c4ec9!important;
	
}
.reward-content-note2{
	color:#3350cb!important;
}
.note-item{
	color:#00000050;
	font-size:20px;
	font-weight: 100;
	margin:0 10px 5px;
}
.reward-btn-blue {
    cursor: pointer;
    text-align: center;
    width: 250px;
    height: 45px;
    color: #FFF;
    background-color: #0088FF;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    line-height: 150%;
    border: 2px #0088FF solid;
    box-shadow: 0 15px 20px -15px rgb(0 136 255 / 80%) !important;
}
.reward-btn-blue:hover {
    color: #0088FF;
    background-color: #FFF;
    border: 2px #0088FF solid;
}
.reward-btn-pink {
    width: 250px;
    height: 45px;
    color: #FFF;
    background-color: #DB1751;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    line-height: 150%;
    box-shadow: 0 15px 20px -15px rgb(229 58 40 / 80%) !important;
    border: 2px #DB1751 solid;
}
.reward-btn-pink:hover {
    color: #DB1751;
    background-color: #FFF;
    border: 2px #DB1751 solid;
}
.reward-3gift-r2-area {
  background-image: url(../images/exh-reward2022/bg-three-award-r2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 40px 0;
}
.reward-3gift-r3-area {
  background-image: url(../images/exh-reward2022/bg-three-award-r3.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 40px 0;
}

.reward-r3-title{
	background-color: #ff4ba8;
	padding:5px 25px!important;
	border-radius: 24px;
	color:#ffffff;
	font-size:24px;
}
.reward-r3-content{
	padding:5px 25px!important;
	font-size:22px;
	line-height: 200%;
}
.reward-r3-pink{
	color:#ed1e79;
	font-size:120%;
}
.reward-r3-blue{
	color:#514fde;
}
.reward-3gift-note-area {
  background-image: url(../images/exh-reward2022/bg-three-award-note.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 60px 10px;
  background-size: cover;
  color: #ffffff;
  font-weight: 400;
  line-height: 175%;	
	
}
.reward-note-title{
	color:#ffffff;
	font-size:36px;
	text-align: center;
	font-weight: 900;
	line-height: 200%;
}
.close {
    float: right;
    font-size: 50px;
	color:red;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
}
.myHeartPop{
	width:100%;
	max-width: 600px;
	margin:auto;
	background-color: transparent;
	overflow-y: visible;
}
.hear-like-words{
	margin:10px auto;
	border-radius: 25px;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: 900;
	color:#FF3366;
	font-size:24px;
	padding:15px;
	width:85%;
	max-width: 600px;
}
/*第一重說明設定*/
.reward-like-head-area {
  background-image: url(../images/exh-reward2022/bg-like-award-head_PC.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 150px 0 100px;
	text-align:center;
}
.reward-like-head-area > img {
	width:90%;
  max-width: 900px;
}
.reward-like-body-area {
  background-image: url(../images/exh-reward2022/bg-like-award-body.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
  padding: 50px 0;
}
.reward-like-box{
	max-width:1400px;
	width:100%;
	margin:0 auto;
	padding:0 25px;
}
.reward-like-title{
	color:#724eff;
	letter-spacing: 4px;
	font-size:50px;
	text-align: center;
	line-height: 200%;
	margin-bottom: 35px;
}
.reward-like-stitle{
	background: linear-gradient(to right,#00ace3,#9d84ff);
	color:#FFFFFF;
	font-size:26px;
	font-weight: 900;
	border-radius: 25px;
	padding:2px 30px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px #00000095;
}
.btn-like-pd{
	background-position:center center;	
	background-size:90%;
	background-repeat:no-repeat;
	padding-bottom: 12%;
	cursor: pointer;
	transition: all .5s;
	opacity: .5;
}
.btn-like-pd:hover{
	background-size:95%;
	opacity:1;
}
.btn-like-pd.active{
	background-size:100%;
	opacity:1;
	cursor: default;
}
#like01{
  background-image: url(../images/exh-reward2022/btn-like01.svg);
}
#like02{
  background-image: url(../images/exh-reward2022/btn-like02.svg);
}
#like03{
  background-image: url(../images/exh-reward2022/btn-like03.svg);
}
#like04{
  background-image: url(../images/exh-reward2022/btn-like04.svg);
}
/*第二重說明設定*/
.reward-live-head-area {
  background-image: url(../images/exh-reward2022/bg-live-award-head_PC.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 150px 0 100px;
	text-align:center;
}
.reward-live-head-area > img {
	width:90%;
  max-width: 900px;
}
.reward-live-body-area {
  background-image: url(../images/exh-reward2022/bg-live-award-body.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
}
.reward-live-box{
	max-width:1400px;
	width:100%;
	margin:0 auto;
	padding:0 25px;
}
.reward-live-title{
	color:#194fcf;
	letter-spacing: 4px;
	font-size:50px;
	text-align: center;
	line-height: 200%;
	margin-bottom: 35px;
}
.reward-live-stitle{
	background: linear-gradient(to right,#578af4,#00dcb4);
	color:#FFFFFF;
	font-size:26px;
	font-weight: 900;
	border-radius: 25px;
	padding:2px 30px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px #00000095;
}
/*第三重說明設定*/
.reward-match-head-area {
  background-image: url(../images/exh-reward2022/bg-match-award-head_PC.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 150px 0 100px;
	text-align:center;
}
.reward-match-head-area > img {
	width:90%;
  max-width: 900px;
}
.reward-match-body-area {
  background-image: url(../images/exh-reward2022/bg-like-award-body.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
}
.reward-match-box{
	max-width:1400px;
	width:100%;
	margin:0 auto;
	padding:0 25px;
}
.reward-match-title{
	color:#ff33a6;
	letter-spacing: 4px;
	font-size:50px;
	text-align: center;
	line-height: 200%;
	margin-bottom: 35px;
}
.reward-match-stitle{
	background: linear-gradient(to right,#fcc937,#ff6be0);
	color:#FFFFFF;
	font-size:26px;
	font-weight: 900;
	border-radius: 25px;
	padding:2px 30px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px #00000095;
}
@media only screen and (max-width: 996px) {
  .nav > li > a {}
  /***********************************

行動版面開始

**************************************/
  /* 行動版面: 760px 以下。 */
  @media only screen and (max-width: 768px) {
    .nav > li > a {
      padding: 15px 3px !important;
      width: 100%;
      text-align: center;
      font-size: 20px !important;
      height: auto !important;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
      background-color: #FFF;
    }
    .form-group-input {
      width: 200px;
    }
    .form-search-group {
      padding: 15px;
      display: flex;
      flex-direction: row;
      align-content: center;
    }
    /*次選單底色*/
    .dropdown-submenu > .dropdown-menu {
      background-color: #EEE !important;
    }
    .dropdown-submenu > .dropdown-menu {
      max-height: 28vh;
    }
    .dropdown-submenu > a:after {
      display: block;
      content: " ";
      float: right;
      width: 20px;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 10px 0px 10px 10px;
      border-left-color: #4e24b5 !important;
      margin-top: 10px;
      margin-right: -10px;
    }
    /*手機版本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%;
    }
    .nav-shadow {
      height: 80px;
    }
    .nav-exh {
      border-radius: 20px;
      paddind: 10px 25px;
      height: auto;
    }
    .nav-exh:hover {
      height: auto;
    }
    .navbar-inverse .navbar-toggle {
      border-color: #eee;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
      line-height: 100%;
      background-color: rgba(0, 0, 0, .95);
      border-color: #101010;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
      max-height: 100%;
      background-color: #2888fd20;
    }
    .dropdown-menu > li > a {
      font-size: 18px;
      text-align: center;
      line-height: 200%;
      height: 40px;
      background-color: transparent;
    }
    /*自訂選單靠又取消靠右邊*/
    .nav-menu-new {
      margin-top: -40px;
      position: relative;
    }
    /* 選單子項目間距 */
    .menu-date {
      font-size: 120%;
      color: #999;
      border-bottom: 1px dashed #666;
      border-top: 1px dashed #666;
      text-align: center;
      padding: 10px 8px;
      font-weight: 400;
      margin: 10px;
    }
    /*跑馬燈位置*/
    .intro-marquee-word {
      margin-top: 80px;
    }
    /* 數字區塊高度 */
    .single-item {
      height: 350px;
    }
    #LayoutDiv1 {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
    }
    .topic_title {
      font-size: 28px;
      letter-spacing: 0px;
    }
    /* 腰帶計數器區塊 */
    .single-item {
      height: 200px;
    }
    .footer-block {
      background-image: none;
      background-color: #000;
      padding-top: 40px;
    }
    .sponsor-end {
      padding-bottom: 70px;
    }
  }
  /* 桌面版面: 769px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */
  @media only screen and (min-width: 560px) {
    .nav > li:hover .dropdown-menu {
      display: block;
    }
    .gridContainer {
      width: 88.2%;
      max-width: 1232px;
      padding-left: 0.9%;
      padding-right: 0.9%;
      margin: auto;
    }
  }
  /* 桌面版面: 559px 最大*/
  @media only screen and (max-width: 559px) {
    .navbar-brand > img {
      width: 160px;
    }
    .section.index-banner {
      height: 45vh;
    }
    .section.index-banner-full {
      padding: 35px 0;
      margin-top: 80px;
      height: 40vh;
    }
    .section.index-banner-vfull {
      padding: 35px 0;
      margin-top: 80px;
      height: 40vh;
    }
    .search-input {
      width: 200px;
      padding: 6px 0px;
      font-size: 14px;
    }
    .search-area {
      padding: 30px 0px;
    }
    .intro-content .intro-content-SSL {
      font-size: 18px;
      line-height: 150%;
      font-weight: 400;
      padding: 60px 0px;
    }
    .title-dark-blue {
      text-align: center;
      font-size: 30px;
      color: #1D2C59;
      line-height: 150%;
      margin: 20px 0px;
    }
    .title-dark-purple {
      font-size: 40px;
      line-height: 150%;
      margin: 60px 0px 20px;
    }
    .gift-box {
      padding: 20px 5px;
      font-size: 18px;
      border-radius: 20px;
      margin: 20px auto;
    }
    .subtitle-dark-blue {
      text-align: center;
      font-size: 24px;
      color: #1D2C59;
      line-height: 150%;
      margin: 20px 0px;
    }
    .intro-marquee-word {
      font-size: 25px;
      margin-top: 86px;
      letter-spacing: 0px;
      bottom: 5px;
    }
    .counter-block {
      height: auto;
      position: relative;
      padding: 70px 0px 10px;
      background-color: #1d2c59;
    }
    .sp-title {
      font-size: 30px;
    }
    .gift-content {
      font-size: 20px;
    }
    .sp-subtitle {
      font-size: 18px;
    }
    /*滑動套件手機版定位 */
    .slider {
      width: 99%;
      margin-left: 7px;
    }
    .slick-next {
      right: -2px;
    }
    .slide-video-img {
      width: 300px !important;
    }
    .activity-box {
      width: 300px !important;
      margin: auto;
    }
    .activity-box-black {
      width: 300px !important;
      margin: auto;
    }
    /**/
    .login-card {
      font-weight: 600px;
      font-family: "微軟正黑體";
      background-color: #EEE;
      border: 3px #FFF solid;
      box-shadow: 2px 4px 10px #CCC;
      border-radius: 5px;
      margin: 0 -15px;
    }
    /*展示專區*/
    .show-area {
      padding: 50px 0 40px;
    }
    /*科技軟實力*/
    .tech-title {
      height: auto;
    }
    /*產品直播*/
    .live-banner {
      background-position: top left;
      background-size: auto 100%;
      height: 40vh;
    }
    .live-banner-title {
      font-size: 36px;
      bottom: 35%;
      line-height: 150%;
      width: 100%
    }
    .gift-banner-title {
      font-size: 36px;
      bottom: 35%;
      line-height: 150%;
      width: 100%
    }
    .like-banner-title {
      font-size: 36px;
      line-height: 150%
    }
    .like-banner-title1 {
      font-size: 36px;
      line-height: 150%
    }
    .like-banner-title2 {
      font-size: 36px;
      line-height: 150%
    }
    .like-banner {
      height: 40vh;
    }
    .like-banner-s {
      height: 40vh;
    }
    .like-gift-words-title {
      font-size: 26px;
    }
    .like-enter-btn {
      font-size: 26px;
      width: 100%;
    }
    .nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
      width: 175px;
    }
    .live-gift-block {
      margin: 30px 0;
      padding: 20px 0;
    }
    .live-date-belt {
      font-size: 26px;
      line-height: 200%;
      letter-spacing: 0px;
      padding: 10px 0px;
    }
    .live-date-belt-left {
      text-align: center;
      padding: 0px;
    }
    .live-date-belt-right {
      text-align: center;
      border-left: 0px #FFF solid;
      padding: 0;
    }
    .fb-login-btn {
      width: 240px;
      height: 48px;
    }
    .google-login-btn {
      width: 240px;
      height: 48px;
    }
    .btn-big {
      width: 100%;
      height: auto;
      padding: 15px 0px;
      font-size: 26px;
      border-radius: 40px;
    }
    .like-notice-title {
      font-size: 30px;
    }
    .match-btn-pink {
      width: auto;
    }
    .rwd-table td:before {
      display: none;
    }
    .rwd-table th, .rwd-table td {
      display: table-cell;
      padding: 0.25em 0.5em;
    }
    .rwd-table th:first-child, .rwd-table td:first-child {
      padding-left: 0;
    }
    .rwd-table th:last-child, .rwd-table td:last-child {
      padding-right: 0;
    }
    .rwd-table th, .rwd-table td {
      padding: 1em !important;
    }
/*2022贈獎相關*/
.reward-3gift-head-area {
  background-image: url(../images/exh-reward2022/bg-three-award-head_m.jpg);
  padding: 150px 0 150px;
	background-size: cover;
background-color: #5d5df5;
}
.reward-3gift-head-area > img {
	width:85%;
	margin:0 auto;
}
.reward-box{
	width:100%;
	padding:5px;
	border-radius: 5px;
}

/*第一重說明設定*/
.reward-like-head-area {
  background-image: url(../images/exh-reward2022/bg-like-award-head_m.jpg);
  padding: 140px 0 140px;
}
.reward-like-head-area > img {
	width:85%;
	margin:0 auto;
}
.reward-live-title , .reward-like-title , .reward-match-title{
	letter-spacing: 1px;
	font-size:38px;
	line-height: 150%;
	margin-bottom: 32px;
}
.btn-like-pd{
	padding-bottom: 25%;
}
.hear-like-words{
	border-radius: 15px;
	font-size:20px;
}
/*第二重說明設定*/
.reward-live-head-area {
  background-image: url(../images/exh-reward2022/bg-live-award-head_m.jpg);
  padding: 140px 0 140px;
}
.reward-live-head-area > img {
	width:85%;
	margin:0 auto;
}


/*第三重說明設定*/
.reward-match-head-area {
  background-image: url(../images/exh-reward2022/bg-match-award-head_m.jpg);
  padding: 140px 0 140px;
}
.reward-match-head-area > img {
	width:85%;
	margin:0 auto;
}

}