@charset "UTF-8";
.ma0 {
  margin: 0;
}

.ma30 {
  margin: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.ma-auto {
  margin: auto;
}

.pa0 {
  padding: 0;
}

.pt30 {
  padding-top: 30px;
}

.hightlight {
  color: #2de984;
}

.color-2 {
  color: #198760;
}

.color-3-1 {
  color: #B63B9F;
}

.color-5-1 {
  color: #EE7A00;
}

.section-title {
  text-align: center;
  color: #333333;
}
.section-title .expo-title-crumb {
  font-size: 20px;
}
.section-title .expo-title-main {
  font-size: 62px;
  letter-spacing: 2px;
}
.section-title .expo-title-sub {
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.4em;
}
.section-title .expo-title-desc {
  text-align: center;
}

/*
0-600px Phone
600-900px Tablet portrait
900-1200px Tablet landscape
1200-1800 is our normal styles apply
1800px + Big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop
1em=16px

ORDER:base+typography > general layout + grid>page layout >components
*/
h2.ribbonegg-title {
  color: #00CCCC;
}

h4 {
  line-height: 34px;
}

li.inner-list {
  margin-left: 30px;
}

#his-video {
  text-align: center;
  padding-top: 3%;
}

#his-video:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

#his-video > .his-videoContent {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.cyber-introContent,
.his-videoContent {
  width: 80%;
  /* padding-bottom: 5%; */
  margin: 0 auto;
}

.cyber-introContent > .text-box {
  margin-top: 2%;
  /* padding-top: 5%; */
  position: relative;
  z-index: 0;
}

.cyber-introContent > .text-box:after {
  position: absolute;
  content: url("../img/icon/blue-logo.png");
  top: 0;
  left: -8%;
  opacity: 0.6;
  z-index: -1;
}

#his-video {
  background-image: url(../img/aboutTcss/aboutTcssBG01.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

/***************************
    aboutCyberSec 臺灣資安大會
**********/
.section-aboutCyberSec-title {
  text-align: center;
  color: #333333;
}
.section-aboutCyberSec-title .expo-title-crumb {
  font-size: 20px;
}
.section-aboutCyberSec-title .expo-title-main {
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .section-aboutCyberSec-title .expo-title-main {
    font-size: 3em;
    line-height: 1em;
  }
}
.section-aboutCyberSec-title .expo-title-sub {
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.4em;
}
.section-aboutCyberSec-title .expo-title-desc {
  text-align: center;
}
.section-aboutCyberSec-time {
  background: url("../img/bg-cyber.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  color: #ffffff;
  text-align: center;
}
.section-aboutCyberSec-time .aboutCyberSec-time .title {
  text-align: center;
  font-size: 32px;
  font-weight: 200;
  margin: 0 0 10px;
}
.section-aboutCyberSec-time .aboutCyberSec-time-name {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0 5px;
}
.section-aboutCyberSec-time .aboutCyberSec-time-sub {
  color: #ffffff;
  vertical-align: top;
}
.section-aboutCyberSec-time .aboutCyberSec-time-date {
  border-right: 2px solid #000000;
  padding-right: 3%;
}
@media (max-width: 992px) {
  .section-aboutCyberSec-time .aboutCyberSec-time-date {
    border-left: none;
    border-top: 2px solid #000000;
    padding-top: 3%;
    margin-top: 2%;
  }
}
.section-aboutCyberSec-time .aboutCyberSec-time-promote {
  font-size: 24px;
  margin: 20px 0 5px;
  letter-spacing: 1px;
  line-height: 1.4em;
}
.section-aboutCyberSec-time .aboutCyberSec-time-btnbox {
  padding-left: 3%;
}
@media (max-width: 992px) {
  .section-aboutCyberSec-time .aboutCyberSec-time-btnbox {
    border-left: none;
    border-top: 2px solid #000000;
    padding-top: 3%;
    margin-top: 2%;
  }
}
.section-aboutCyberSec-time .aboutCyberSec-time-btnbox .btn-apply {
  width: 100%;
  margin-top: 20px;
  padding: 12px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: transparent;
}
@media (max-width: 992px) {
  .section-aboutCyberSec-time .aboutCyberSec-time-btnbox .btn-apply {
    padding-top: 3%;
    margin-top: 2%;
  }
}
.section-aboutCyberSec-benefit .benefit-block {
  padding: 5px 15px 20px;
}
.section-aboutCyberSec-benefit .benefit-sub-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.section-aboutCyberSec-benefit .benefit-ban {
  display: block;
  width: 100%;
  height: 8px;
  margin: 10px 0;
  background: #f8095c;
  background: -moz-linear-gradient(left, #f8095c 0%, #1a7fb0 100%);
  background: -webkit-linear-gradient(left, #f8095c 0%, #1a7fb0 100%);
  background: linear-gradient(to right, #f8095c 0%, #1a7fb0 100%);
}
.section-aboutCyberSec-benefit .benefit-sub-block {
  padding: 30px 15px;
  border-bottom: 10px solid #eeeeee;
  margin-top: 15px;
  background: #131673;
  background: -moz-linear-gradient(left, #131673 0%, #1a7fb0 100%);
  background: -webkit-linear-gradient(left, #131673 0%, #1a7fb0 100%);
  background: linear-gradient(to right, #131673 0%, #1a7fb0 100%);
}
.section-aboutCyberSec-benefit .benefit-sub-text {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  text-shadow: 0 0 #000;
}

/******* aboutCyberSec 臺灣資安大會 end **********/
/***************************
    aboutTaiwanCyberWeek 臺灣資安週
**********/
.section-aboutCyberWeek {
  background-color: #fff;
}
.section-aboutCyberWeek .aboutCyberWeek-title {
  text-align: center;
  color: #333333;
}
.section-aboutCyberWeek .aboutCyberWeek .more {
  display: block;
  text-align: right;
  width: 40%;
  float: right;
}
.section-aboutCyberWeek-form {
  padding-top: 0;
}
.section-aboutCyberWeek-form img {
  margin: auto;
  width: 1100px;
  display: block;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-md {
  display: none;
}
@media (min-width: 1201px) {
  .section-aboutCyberWeek-form .aboutCyberWeek-form-md {
    display: block;
  }
}
@media (max-width: 1140px) {
  .section-aboutCyberWeek-form .aboutCyberWeek-form-md img {
    width: 100%;
  }
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-md map {
  position: absolute;
  left: -2000px;
  display: none;
}
@media (min-width: 1200px) {
  .section-aboutCyberWeek-form .aboutCyberWeek-form-md map {
    position: static;
    left: auto;
    display: block;
  }
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm {
  display: block;
}
@media (min-width: 1201px) {
  .section-aboutCyberWeek-form .aboutCyberWeek-form-sm {
    display: none;
  }
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-box {
  background: #c0c0c0;
  margin: 2% 0;
  min-height: 120px;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-box:nth-of-type(odd) {
  background: #e7e7e7;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-day {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 2px;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-day .weekly {
  font-size: 24px;
  display: block;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-content {
  padding: 1%;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-content .content-session a {
  display: block;
  flex: auto;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-content .content-session a:focus, .section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-content .content-session a:hover {
  opacity: 0.7;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-content .session-conf {
  background: #1a8f65;
  color: #ffffff;
  margin: 1% 0;
  padding: 5px;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-content .session-exhib {
  background: #187dcb;
  color: #ffffff;
  margin: 1% 0;
  padding: 5px;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-content .session-summit {
  background: #ee6462;
  color: #ffffff;
  margin: 1% 0;
  padding: 5px;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-content .session-lab {
  background: #8e40b7;
  color: #ffffff;
  margin: 1% 0;
  padding: 5px;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-content .session-event {
  background: #de9018;
  color: #ffffff;
  margin: 1% 0;
  padding: 5px;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-content .session-net {
  background: #f35959;
  color: #ffffff;
  margin: 1% 0;
  padding: 5px;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-content .session-tab {
  text-align: center;
  display: inline-block;
  padding: 5px 8px;
  margin: 0.5%;
  border: 2px solid #000000;
  border-radius: 5px;
  background: #ffffff;
  color: #000000;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-content .session-CyberConnect .session-conf a {
  flex: auto;
  display: flex;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-content .title-center {
  margin: 1%;
  font-weight: 500;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-content .moreInfo {
  color: #ffffff;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-content .session-tab-cover {
  display: flex;
  flex-wrap: wrap;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-content .session-tab-cover .title-center {
  flex: 0 0 100%;
}
.section-aboutCyberWeek-form .aboutCyberWeek-form-sm .form-sm-content .session-tab-cover .session-tab {
  flex: auto;
}

/******* aboutTaiwanCyberWeek 臺灣資安週 end **********/

/*# sourceMappingURL=about.css.map */
