@charset "UTF-8";
.taiwanSecurity-content {
  width: 80%;
  margin: 0 auto;
}

.point-group {
  background-color: #000;
  padding: 20px;
}

.pointImg img {
  margin: 0 auto;
}

.title-area > .text-box > h3,
.title-text h3,
.guided-agenda h3,
.point-group > .row > h3 {
  font-size: 4.5vh;
}

ol {
  margin-left: 20px;
}

/* -------top-intro------- */
#top-intro {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7dda34+0,5bb431+86 */
  background: #7dda34;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7dda34 0%, #5bb431 86%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7dda34 0%, #5bb431 86%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7dda34 0%, #5bb431 86%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7dda34", endColorstr="#5bb431", GradientType=0);
  /* IE6-9 */
}

#top-intro .text-box {
  padding: 3% 0;
}

#top-intro .text-box > h2 {
  /*  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4); */
}

/* ------taiwanSecurity-intro------ */
.taiwanSecurity-intro {
  background-color: #111;
  background-image: url(../img/event-img/taiwan01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
}

.ponint-group {
  width: 75%;
  margin: 0 auto;
}

.intro-row {
  display: flex;
  position: relative;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.title-area {
  flex: 45%;
}

.title-area > .text-box {
  padding: 0 5%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.tab-area {
  display: flex;
  flex: 55%;
  flex-direction: row;
  height: 100%;
}

.ts-itemGroup {
  flex: 34%;
  height: 100%;
  background-image: url(../img/event-img/ts-bgx450.jpg);
  background-repeat: repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  box-shadow: -2px 0 15px 0 rgba(91, 180, 49, 0.3);
}

.ts-itemBox {
  display: table;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding: 0 15px;
  transition: 0.3s ease-in-out;
}

.ts-itemBox > img {
  margin: 0 auto;
}

.ts-itemBox > h3 {
  font-size: 4vh;
  color: #5bb431;
}

.ts-itemBox > h4 {
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  color: #bbb;
}

.ts-itemBox > h4 > i {
  font-size: 5vh;
  color: #555;
  transition: 0.3s ease-in-out;
  animation: fadeIn-down 1.5s infinite;
  margin-top: 20px;
}

.ts-itemGroup:hover .ts-itemBox > h4 > i {
  color: #fff;
}

.ts-itemGroup:hover .ts-itemBox {
  background-color: black;
}

@keyframes fadeIn-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  90% {
    opacity: 0.9;
    transform: translateY(-5px);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
/* -----taiwanSecurity-agenda---- */
.taiwanAgenda-group {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  margin-top: 135px;
}

.taiwanAgenda-Content {
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  width: 60%;
  margin-top: 5%;
  margin-bottom: 5%;
  display: inline-block;
  background-color: #FFFA00;
}

/* -----guided-agenda----- */
#guided-agenda {
  background-color: #5bb431;
  padding-top: 3%;
  padding-bottom: 2%;
}

.guided-agenda h3,
.guided-agenda p {
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
}

.guided-info {
  border: 2px solid #fff;
  padding: 50px 15px 20px 15px;
  position: relative;
  margin-top: 50px;
  color: #fff;
}

.guided-info > h3 {
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -35px;
  left: -10px;
  background-color: #5bb431;
}

.guided-info > h3 > span {
  font-size: 18px;
}

.structureChart > .taiwanAgenda-group#D2:before,
.structureChart > .taiwanAgenda-group#D3:before {
  color: #fbfbfb;
}

.structureChart > .taiwanAgenda-group#D2:after,
.structureChart > .taiwanAgenda-group#D3:after {
  color: #6bf43b;
}

.guided-time {
  background-image: url(../img/event-img/guided-timeBg.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 3%;
  position: relative;
}

.guided-row {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 60px;
}

.guided-date {
  font-size: 4vh;
  font-weight: bold;
  padding: 5px 20px 5px 30px;
  color: #FFF100;
}

.guided-timeInfo {
  font-size: 3vh;
  color: #fff;
}

.guided-time h3 {
  color: #FFF100;
  position: absolute;
  top: 0;
  left: 3%;
}

.guided-time h3 > span {
  color: #fbfbfb;
}

/* ----cyber-defander---- */
#cyber-defander {
  background-color: #fff;
}

.defander-title {
  padding-top: 3%;
  padding-bottom: 2%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.title-text {
  text-align: center;
  padding: 0 20px;
}

.title-text h3 {
  color: #019393;
}

.title-text h4 {
  font-size: 2.5vh;
  line-height: 1.5;
  color: #5bb531;
  font-weight: bold;
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
}

.defander-issue {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.defander-issueBox {
  width: 25%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.defander-issue > .defander-issueBox:nth-child(1),
.defander-issue > .defander-issueBox:nth-child(4),
.defander-issue > .defander-issueBox:nth-child(7) {
  background-color: #e6e6e6;
}

.defander-issue > .defander-issueBox:hover:nth-child(1),
.defander-issue > .defander-issueBox:hover:nth-child(4),
.defander-issue > .defander-issueBox:hover:nth-child(7) {
  background-color: #e0e0e0;
}

.defander-issue > .defander-issueBox:nth-child(2),
.defander-issue > .defander-issueBox:nth-child(5),
.defander-issue > .defander-issueBox:nth-child(8) {
  background-color: #f1f1f1;
}

.defander-issue > .defander-issueBox:hover:nth-child(2),
.defander-issue > .defander-issueBox:hover:nth-child(5),
.defander-issue > .defander-issueBox:hover:nth-child(8) {
  background-color: #eaeaea;
}

.defander-issue > .defander-issueBox:nth-child(3),
.defander-issue > .defander-issueBox:nth-child(6) {
  background-color: #f7f7f7;
}

.defander-issue > .defander-issueBox:hover:nth-child(3),
.defander-issue > .defander-issueBox:hover:nth-child(6) {
  background-color: #f1f0f0;
}

.isuue-intro {
  text-align: center;
  position: relative;
  z-index: 0;
}

.isuue-intro h3 {
  font-size: 4.5vh;
  font-weight: bold;
  color: #049296;
  transition: 0.3s ease-in-out;
}

.isuue-intro h4 {
  font-size: 2.5vh;
  line-height: 1.8;
  color: #5bb531;
}

.isuue-intro p {
  color: #222;
}

.issue-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translate(0, 101%);
  background-color: #fff;
  z-index: 2;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  transition: 0.5s ease-in-out;
}

.issue-logo > .issue-insideTitle {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px 8px;
  background-color: #049296;
  color: #fff;
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
}

/* .issue-logo-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
} */
.issue-logo-row > .issue-logoImg {
  padding: 0 5px;
  text-align: center;
  color: #333;
  display: inline-block;
}

.issue-logo-row > .issue-logoImg > h4 {
  font-weight: bold;
}

/* --active effect-- */
.issue-logo.active {
  transform: translate(0, 0);
}

.defander-issueBox:hover .issueBox-down > h3 {
  color: #fe6521;
}

/* ----pointBC----*/
#pointBC {
  background-image: url(../img/event-img/ts-bgx450.jpg);
  background-repeat: repeat;
}

.point-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.pointInfo {
  margin-bottom: 2%;
}

.point-area > .point-group {
  flex: 50%;
}

.point-area > .point-group h3 {
  font-size: 4vh;
  color: #fcfcfc;
}

.point-area > .point-group kbd {
  font-size: 2vh;
}

.pointAgenda-group {
  margin: 0 auto;
  width: 100%;
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
}

.pointAgenda-group .sp-size18 {
  color: #fbfbfb;
}

.pointAgenda-group .issue-info > a,
.pointAgenda-group .issue-info > a .sp-size14,
.pointAgenda-group .issue-info > a .tb-title18,
.pointAgenda-group .time-box {
  color: rgba(255, 255, 255, 0.8);
}

.pointAgenda-group .issue-info > a:hover,
.pointAgenda-group .issue-info > a:hover .tb-title18 {
  color: rgba(77, 174, 43, 0.9);
}

.ciip-text {
  color: rgba(255, 255, 255, 0.9);
}

/* =======LAB======= */
.lab-content {
  width: 80%;
  margin: 0 auto;
  padding-top: 2%;
  padding-bottom: 3%;
}

ol.orderlist {
  list-style: decimal;
}

#signupInfo {
  background-image: url(../img/event-img/lab.jpg);
  position: relative;
  z-index: 0;
}

#signupInfo:before {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.notice {
  text-align: center;
  padding: 20px 25px 15px;
  background-color: #fff001;
  display: flex;
  border-radius: 20px;
  position: relative;
  z-index: 3;
  width: 70%;
  margin: 0 auto;
}

.notice > .notice-block {
  padding: 10px 15px;
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  vertical-align: top;
  position: relative;
}

.notice > .notice-block > h3 {
  font-family: "Anton", "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #01afec;
  margin: 0;
}

.notice > .notice-block > h3 > span {
  color: #e5007f;
}

.notice > .notice-block i {
  font-size: 70px;
  color: rgba(100, 100, 100, 0.95);
}

.notice-Text {
  text-align: left;
  font-weight: bold;
}

.notice > .notice-icon:before {
  content: url("../img/icon/blueHight.png");
  position: absolute;
  left: 85%;
  top: 12px;
  transform: rotate(-30deg);
}

.intro-area {
  color: #ffffff;
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 3;
  padding: 30px 0 20px;
  display: flex;
  justify-content: center;
}

.intro-textBox {
  flex: 0 0 60%;
}

.intro-area i {
  font-size: 60px;
  color: rgba(1, 175, 236, 0.6);
}

#lab-list {
  background-color: #000;
  background-image: url(../img/event-img/taiwanBGfull.jpg);
  background-repeat: repeat;
}

#lab-list > .lab-content {
  background-color: #000;
}

.labList-group {
  display: flex;
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  background-color: rgba(40, 40, 40, 0.1);
  transition: 0.3s ease-in-out;
  position: relative;
}

.labList-row > a:hover .labList-group,
.labList-row > a:active .labList-group {
  background-color: rgba(40, 40, 40, 0.2);
}

.labList-group:before {
  content: url("../img/icon/leftYellow.png");
  position: absolute;
  right: 100%;
  bottom: calc(50% - 70px);
  animation: fadeIn-right 2s infinite;
  display: none;
}

@keyframes fadeIn-right {
  0% {
    transform: translateX(-20px);
    opacity: 0.1;
  }
  100% {
    transform: translateX(0);
    opacity: 0.8;
  }
}
.labList-row > a:hover .labList-group:before,
.labList-row > a:active .labList-group:before {
  display: block;
}

.labList-row + .labList-row {
  margin-top: 15px;
}

.course-title,
.course-date {
  padding: 10px;
}

.course-title {
  flex: 0 0 80%;
  color: rgba(255, 255, 255, 0.8);
}

.course-title h3 {
  color: #81e226;
  font-weight: bold;
  line-height: 1.5;
}

.course-date {
  flex: 0 0 20%;
  border-left: 1px solid #2d2d2d;
}

.courseDate-title {
  font-size: 25px;
  font-family: "Anton", "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.8);
}

.courseDate-time > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.courseDate-time > ul > li {
  display: inline-block;
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.8);
}

#labCourse-detail {
  background-color: #ebebeb;
}

.courseDetail-intro {
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  color: #444;
}

.courseDetail-img img {
  /* background-color: #fff; */
  margin: 0 auto;
}

.courseDetail-row {
  padding-top: 2%;
}

.courseDetail-intro h3 {
  font-weight: bold;
  color: #529414;
  line-height: 1.5;
}

.courseDetail-intro h4 {
  font-weight: bold;
  color: #444;
}

.detail-text {
  margin: 15px 0;
  padding-left: 5px;
  border-left: 1px solid #6fb82b;
}

.courseDetail-notice {
  color: #444;
  font-size: 10pt;
}

.courseDetail-student {
  padding: 15px;
  border: 2px solid #6fb82b;
  position: relative;
}

.courseDetail-student h4 {
  font-weight: bold;
  color: #529414;
}

.courseDetail-student > a {
  position: absolute;
  bottom: -10px;
  right: -10px;
}

/* =======NEWS======== */
.news-content {
  width: 80%;
  margin: 0 auto;
}

.news-area {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.news-content .levelTtitle {
  font-size: 20px;
  font-weight: bold;
  border-left: 20px solid #02b7ee;
  color: #333;
  padding-left: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.subtitle {
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

.articleDate {
  font-size: 12px;
  font-weight: 300;
}

.news-group-4 {
  flex: 25%;
  padding: 10px 15px;
}

.snip1268 {
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #333333;
  text-align: center;
  background-color: #ffffff;
  line-height: 1.6em;
}

.snip1268 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.snip1268 .image {
  position: relative;
}

.snip1268 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.snip1268 .icons,
.snip1268 .add-to-cart {
  position: absolute;
  left: 20px;
  right: 20px;
  opacity: 0;
}

.snip1268 .icons {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  top: 20px;
  display: flex;
  justify-content: space-between;
}

.snip1268 .icons a {
  width: 32.5%;
  background: #ffffff;
}

.snip1268 .icons a:hover {
  background: #000000;
}

.snip1268 .icons a:hover i {
  color: #ffffff;
  opacity: 1;
}

.snip1268 .icons i {
  line-height: 46px;
  font-size: 20px;
  color: #000000;
  text-align: center;
  opacity: 0.7;
  margin: 0;
}

.snip1268 .add-to-cart {
  position: absolute;
  bottom: 20px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  font-size: 0.8em;
  color: #000000;
  line-height: 46px;
  letter-spacing: 1.5px;
  background-color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.snip1268 .add-to-cart:hover {
  background: #000000;
  color: #ffffff;
}

.snip1268 figcaption {
  max-height: 170px;
  overflow-y: hidden;
  padding: 15px 15px 20px;
}

.snip1268 h3,
.snip1268 p {
  margin: 0;
  text-align: left;
}

.snip1268 h3 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 22px;
}

.snip1268 p {
  margin-bottom: 15px;
  font-size: 0.85em;
  font-weight: 500;
  line-height: 1.2;
}

.snip1268 .price {
  font-size: 1.3em;
  opacity: 0.5;
  font-weight: 700;
  text-align: right;
}

.snip1268:hover img,
.snip1268.hover img {
  opacity: 0.8;
}

.snip1268:hover .icons,
.snip1268.hover .icons,
.snip1268:hover .add-to-cart,
.snip1268.hover .add-to-cart {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* -----news-pagging----- */
.news-groupInfo {
  flex: 60%;
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
}

.newsInfo-box {
  padding: 10px 20px;
}

.newsShare-row {
  padding: 0;
  list-style: none;
}

.newsShare-row > .newsShare-btn {
  display: inline-block;
  border: 2px solid #333;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
}

.newsShare-row > .newsShare-btn:hover,
.newsShare-row > .newsShare-btn:active {
  border: 2px solid #25b7d3;
}

.newsShare-row > .newsShare-btn > a {
  color: #333;
}

.newsShare-row > .newsShare-btn:hover > a,
.newsShare-row > .newsShare-btn:active > a {
  color: #25b7d3;
}

.news-groupInfo h3 {
  font-size: 30px;
  font-weight: bold;
}

.news-groupInfoImg > img {
  width: 100%;
  margin: 0 auto;
}

.news-groupInfoImg,
.news-groupInfotext {
  padding: 10px 10px 15px;
}

.news-SpeakerHigh {
  flex: 20%;
  padding-top: 30px;
}

.speakerHigh-box {
  padding: 10px;
}

.title-box {
  background-color: #545454;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-left: 5px solid #00A1F6;
}

.speaker-area {
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  padding: 15px 20px;
  background-color: #e7e7e7;
  border-left: 5px solid #cbc9c9;
}

.speaker-area h4 {
  font-weight: bold;
}

.speaker-area p {
  font-size: 14px;
}

.speaker-area > .row + .row {
  margin-top: 15px;
}

.speaker-footer {
  text-align: right;
  padding-top: 10px;
}

/* =======Event======== */
.event-content {
  width: 80%;
  margin: 0 auto;
}

/* ----title---- */
.event-titleArea {
  padding: 0 2%;
  background-image: url(../img/event-img/event-title-BG.jpg);
  background-position: center top;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.event-titleRow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

.event-titleBox {
  width: 70%;
  color: #fff;
}

.event-titleImg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 50%;
}

.event-titleImg img {
  margin: 0 auto;
}

.event-titleBox > h2 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.event-titleBox > p {
  width: 70%;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

.event-titleBox > p > span {
  color: #d6ca01;
}

/* ----gift---- */
#event-gift {
  padding-top: 3%;
  padding-bottom: 2%;
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
}

.gift-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.gift-row + .gift-row {
  margin-top: 3%;
}

.gift-group {
  padding: 0 15px;
  flex: 1 1 50%;
}

.gift-group > h3 {
  font-size: 4vh;
  font-weight: bold;
}

.G-group-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.G-group-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.info-box {
  flex: 1 1 70%;
}

.gift-img {
  flex: 1 1 30%;
}

.info-box > h4 {
  font-size: 2vh;
  font-weight: bold;
  line-height: 1.8;
}

.info-box > h4 > span {
  color: #00a0e9;
  font-size: 14px;
}

.location-icon {
  flex: 0 0 60px;
}

.location-info {
  padding-left: 10px;
  font-size: 2vh;
  margin-top: 2%;
}

.location-info > span {
  color: #00a0e9;
}

.cyber-survey {
  flex: 1 1 30%;
  text-align: center;
  border: 2px solid #ddd;
  padding: 20px 10px 10px 10px;
  align-self: flex-end;
}

.cyber-survey > img {
  margin: 0 auto;
}

.cyber-survey > h3 {
  color: #00a0e9;
  font-weight: bold;
}

/* ----security-center---- */
#security-center {
  background-image: url(../img/kv-img/cyber-structure.jpg);
  background-position: center center;
  padding-top: 3%;
  padding-bottom: 3%;
}

#security-center > .event-content {
  background-color: #fffa00;
}

#security-center > .event-content h3 {
  font-size: 4vh;
  font-weight: bold;
  color: #00a0e9;
}

.center-row {
  display: flex;
  flex-direction: row;
  margin-top: 3%;
}

.center-imgBox {
  flex: 1 1 30%;
  padding: 0 20px;
}

.center-infoBox {
  flex: 1 1 70%;
  padding: 0 20px;
}

.center-time {
  text-align: center;
  background-color: #eae505;
  padding: 10px 4%;
}

.center-time h4 {
  font-size: 2.5vh;
  font-weight: bold;
  color: #00a0e9;
}

.center-imgBox h4 {
  font-weight: bold;
  color: #444;
  font-size: 16px;
}

.center-imgBox h4 i {
  color: #00a0e9;
}

/* slides */
.slide-session {
  max-width: 300px;
  height: 250px;
}

.slide-session .slide-title {
  font-family: sans-serif;
  margin-top: 10px;
}

.slide-cover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.3) 0 2px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.3) 0 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.3) 0 2px 5px;
}

@media (max-width: 768px) {
  .structureChart {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .taiwanAgenda-group {
    width: 100%;
    margin-top: 135px;
  }

  .structureChart > #D2:before,
.structureChart > #D3:before {
    left: calc(50% - 30px);
  }

  .structureChart > #D2:after,
.structureChart > #D3:after {
    left: calc(50% - 40px);
  }

  .news-group-4 {
    flex: 0 0 100%;
    padding: 10px 15px;
  }

  .news-groupInfo {
    flex: 100%;
  }

  .news-SpeakerHigh {
    flex: 100%;
  }

  .labList-group {
    flex-direction: column;
  }

  .course-date {
    border-top: 1px solid #2d2d2d;
    border-left: 1px solid transparent;
  }

  .intro-textBox {
    flex: 0 0 85%;
  }

  .notice {
    width: 100%;
    flex-direction: column;
  }

  .taiwanSecurity-content > h2 {
    font-size: 5vh;
  }

  .defander-issueBox {
    width: 100%;
  }

  .defander-title {
    flex-direction: column;
  }

  .intro-row {
    flex-direction: column;
  }

  .taiwanSecurity-intro {
    height: auto;
  }

  .ts-itemGroup {
    flex: 100%;
  }

  .tab-area {
    flex-wrap: wrap;
  }

  .guided-row {
    flex-direction: column;
  }

  .event-titleBox > h2 {
    font-size: 4.5vh;
  }

  .event-titleBox {
    width: 100%;
  }

  .gift-row,
.center-row {
    display: flex;
    flex-direction: column;
  }

  .cyber-survey {
    align-self: center;
  }
}
@media (min-width: 768px) {
  .structureChart {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .taiwanAgenda-group {
    width: 100%;
    margin-top: 135px;
  }

  .structureChart > #D2:before,
.structureChart > #D3:before {
    left: calc(50% - 30px);
  }

  .structureChart > #D2:after,
.structureChart > #D3:after {
    left: calc(50% - 40px);
  }

  .pointAgenda-group > .time-gray-line:after {
    left: 20%;
    width: 75%;
  }

  .news-group-4 {
    flex: 0 0 50%;
    padding: 10px 15px;
  }

  .news-groupInfo {
    flex: 100%;
  }

  .news-SpeakerHigh {
    flex: 100%;
  }

  .labList-group {
    flex-direction: column;
  }

  .course-date {
    border-top: 1px solid #2d2d2d;
    border-left: 1px solid transparent;
  }

  .intro-textBox {
    flex: 0 0 85%;
  }

  .notice {
    width: 100%;
    flex-direction: column;
  }

  .defander-issueBox {
    width: 50%;
  }

  .defander-title {
    flex-direction: column;
  }

  .intro-row {
    flex-direction: column;
  }

  .taiwanSecurity-intro {
    height: auto;
  }

  .ts-itemGroup {
    flex: 34%;
  }

  .tab-area {
    flex-wrap: nowrap;
  }

  .guided-row {
    flex-direction: column;
  }

  .event-titleBox > h2 {
    font-size: 4.5vh;
  }

  .event-titleBox {
    width: 100%;
  }

  .gift-row,
.center-row {
    display: flex;
    flex-direction: column;
  }

  .cyber-survey {
    align-self: center;
  }
}
@media (min-width: 964px) {
  .structureChart {
    width: 100%;
    height: 50vh;
    position: relative;
    display: flex;
    flex-direction: row;
  }

  .taiwanAgenda-group {
    width: 50%;
    margin-top: 135px;
  }

  .structureChart > #D2:before,
.structureChart > #D3:before {
    left: calc(50% - 30px);
  }

  .structureChart > #D2:after,
.structureChart > #D3:after {
    left: calc(50% - 40px);
  }

  .pointAgenda-group > .time-gray-line:after {
    left: 15%;
    width: 85%;
  }

  .news-group-4 {
    flex: 0 0 33%;
    padding: 10px 15px;
  }

  .news-groupInfo {
    flex: 60%;
  }

  .news-SpeakerHigh {
    flex: 40%;
  }

  .labList-group {
    flex-direction: row;
  }

  .course-date {
    border-top: 1px solid transparent;
    border-left: 1px solid #2d2d2d;
  }

  .intro-textBox {
    flex: 0 0 60%;
  }

  .notice {
    width: 70%;
    flex-direction: row;
  }

  .defander-issueBox {
    width: 50%;
  }

  .defander-title {
    flex-direction: row;
  }

  .intro-row {
    flex-direction: row;
  }

  .taiwanSecurity-intro {
    height: 80vh;
  }

  .guided-row {
    flex-direction: row;
  }

  .event-titleBox > h2 {
    font-size: 6.5vh;
  }

  .event-titleBox {
    width: 70%;
  }

  .gift-row,
.center-row {
    display: flex;
    flex-direction: row;
  }

  .cyber-survey {
    align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .pointAgenda-group > .time-gray-line:after {
    left: 10%;
    width: 85%;
  }

  .news-groupInfo {
    flex: 60%;
  }

  .news-SpeakerHigh {
    flex: 20%;
  }

  .defander-issueBox {
    width: 25%;
  }

  .event-titleBox > h2 {
    font-size: 9vh;
  }
}
@media (min-width: 1500px) {
  .pointAgenda-group > .time-gray-line:after {
    left: 7%;
    width: 93%;
  }

  .news-group-4 {
    flex: 0 0 25%;
    padding: 10px 15px;
  }
}

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