/*
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
*/
.section-playground .exhibit-tagItem span {
  background-color: transparent;
  border: 1px solid;
  padding: 6px 12px;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px; }

.badge-block .txt {
  background-color: #715719;
  padding: 8px 10px;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  margin-left: -20px;
  border: 2px solid #976f12; }

.section-playground.intro {
  background-color: #eaf0fe; }

.section-playground.list {
  background: url("../img/playground/bg-list.jpg") no-repeat top center/cover;
  color: #0131a0; }
  .section-playground.list .playground-title {
    line-height: 1.1;
    color: #0131a0; }
    .section-playground.list .playground-title .top {
      display: block;
      font-size: 2rem; }
    .section-playground.list .playground-title .bigger {
      font-size: 4rem;
      display: inline-block; }
  .section-playground.list .playground-item-cover {
    padding: 10px;
    position: relative;
    border-radius: 10px; }
  .section-playground.list .playground-item {
    border-radius: 0 0 8px 8px;
    position: relative; }
  .section-playground.list .playground-img {
    text-align: center; }
  .section-playground.list .playground-img img {
    width: 100%; }
  .section-playground.list .playground-txt {
    width: 100%;
    padding: 5px 0; }
  .section-playground.list .playground-txt .item-title {
    padding: 10px;
    margin: 0;
    text-align: center; }
  .section-playground.list .playground-txt .item-title i {
    background-color: #eef3ff;
    color: #0531a0;
    padding: 5px 10px;
    border-radius: 50%;
    box-shadow: 0 0 6px #000e30; }
  .section-playground.list .playground-item-cover a {
    color: #333;
    text-align: center;
    display: block;
    background-color: transparent; }
  .section-playground.list .playground-item-cover a:hover {
    color: #0131a0;
    background-color: #ecf2ff; }

.section-playground.sia {
  background: url("../img/playground/bg-sia.jpg") no-repeat center center/cover;
  padding: 5% 0 2%; }
  .section-playground.sia .sia-txt {
    padding: 0% 3% 0% 2%; }
  .section-playground.sia .sia-figure-group {
    text-align: center; }
  .section-playground.sia .sia-img {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3% 4% 8% 5%; }
  .section-playground.sia .sia-img img {
    width: 100%; }

.section-playground.cyberwar {
  padding: 0; }
  .section-playground.cyberwar .bg-cyberwar {
    background: url("../img/playground/bg-cyberwar.jpg") no-repeat top center/cover;
    color: #fff; }
    .section-playground.cyberwar .bg-cyberwar .exhibit-tagItem span {
      color: #fff; }
  .section-playground.cyberwar .bg-cons {
    background: url("../img/playground/bg-cons.jpg") no-repeat top center/cover; }
    .section-playground.cyberwar .bg-cons .exhibit-tagItem span {
      background-color: rgba(255, 255, 255, 0.5); }
  .section-playground.cyberwar .cyberwar-txt {
    padding: 3% 10%;
    text-shadow: -4px -4px 5px #000, 5px 5px 5px #000, 0px 0px 10px #000; }
  .section-playground.cyberwar .cons-txt {
    padding: 3% 10%; }
  .section-playground.cyberwar .cyberwar-figure-group {
    text-align: center; }
  .section-playground.cyberwar .cyberwar-img {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%; }
  .section-playground.cyberwar .cyberwar-img img {
    width: 100%;
    max-width: 500px; }

.section-playground.whoslily {
  padding: 0;
  color: #555; }
  .section-playground.whoslily .whoslily-title {
    color: #b5342f; }
  .section-playground.whoslily .whoslily-txtbox {
    padding: 6% 14% 16% 5%;
    background-color: #d9d9d9;
    position: relative; }
  .section-playground.whoslily .whoslily-posterbox {
    background: url("../img/playground/bg-whoslily-img.jpg") no-repeat center center/cover;
    position: relative;
    min-height: 300px; }
  .section-playground.whoslily .deco-whoslily-icon {
    position: absolute;
    opacity: .2;
    left: -38%;
    bottom: 6%;
    width: 240px; }

.section-playground.logowall .logo-wall .logo-img > img, .section-playground.logowall .logo-wall2 .logo-img > img {
  transform: none; }
.section-playground.logowall .logo-wall .logo-img > img:hover, .section-playground.logowall .logo-wall2 .logo-img > img:hover {
  transform: none; }

.section-playground.teamT5 {
  background: url("../img/playground/bg-teamT5.jpg") no-repeat center center/cover;
  padding: 6% 0; }
  .section-playground.teamT5 .exhibit-tagItem span {
    color: #fff; }
  .section-playground.teamT5 .teamT5-txtbox {
    color: #fff; }
  .section-playground.teamT5 .deco-teamT5 {
    width: 100%;
    text-align: center;
    padding: 3% 0; }
  .section-playground.teamT5 .deco-teamT5 span {
    padding: 10px 20px;
    border: 1px solid;
    border-radius: 10px;
    margin: 5px 20px;
    font-size: 1.4rem;
    color: #1d1217;
    background-color: #9a75a0;
    word-break: keep-all;
    word-wrap: break-word;
    position: relative;
    display: inline-block; }
  .section-playground.teamT5 .deco-teamT5 span::after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: 30px;
    border-top: 15px solid #9a75a0;
    border-bottom: 0px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent; }
  .section-playground.teamT5 .icon-search {
    opacity: .3;
    position: absolute;
    right: 7%;
    top: 23%;
    width: 20%; }

.section-playground.cyberIq {
  background: url("../img/playground/bg-cyberiq.jpg") no-repeat center center/cover;
  padding: 6% 0;
  position: relative;
  overflow: hidden; }
  .section-playground.cyberIq .cyberIq-container {
    background: url("../img/playground/bg-cyberiq-deco.png") no-repeat center center/cover; }
  .section-playground.cyberIq .deco-top {
    position: absolute;
    top: 0;
    right: 9%;
    width: 15%; }
    @media (max-width: 767px) {
      .section-playground.cyberIq .deco-top {
        width: 24%;
        left: 2%;
        right: auto;
        opacity: .9; } }
  .section-playground.cyberIq .cyberIq-kvbox {
    max-width: 500px; }
  .section-playground.cyberIq .cyberIq-txtbox {
    padding-top: 4%;
    color: #fff;
    text-shadow: .1em 0.1em 0.2em black; }

.section-playground.phishing {
  background: #FFDC18;
  padding: 6% 0;
  position: relative;
  overflow: hidden; }
  .section-playground.phishing .deco-top {
    position: absolute;
    top: 0;
    right: 9%;
    width: 15%; }
    @media (max-width: 767px) {
      .section-playground.phishing .deco-top {
        width: 24%;
        left: 2%;
        right: auto;
        opacity: .9; } }
  .section-playground.phishing .phishing-kvbox {
    max-width: 500px; }
  .section-playground.phishing .phishing-txtbox {
    padding-top: 4%; }

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