/* line 13, ../scss/schema.scss */
#schema {
  margin-top: 2rem;
  -webkit-box-shadow: 0 0 34px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 34px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 34px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding-left: 4px;
  padding-top: 4px;
}
/* line 19, ../scss/schema.scss */
#schema .row {
  margin: 0;
}
/* line 23, ../scss/schema.scss */
#schema .columns {
  background-color: #FFF;
  position: relative;
  height: 200px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 40.063em) {
  /* line 23, ../scss/schema.scss */
  #schema .columns {
    height: 120px;
  }
}
/* line 32, ../scss/schema.scss */
#schema .columns.medium-6, #schema .columns.medium-12 {
  height: 160px;
}
@media only screen and (max-width: 40.063em) {
  /* line 32, ../scss/schema.scss */
  #schema .columns.medium-6, #schema .columns.medium-12 {
    height: 120px;
  }
}
/* line 38, ../scss/schema.scss */
#schema .columns .inner {
  height: -moz-calc(100% - 4px);
  height: -webkit-calc(100% - 4px);
  height: calc(100% - 4px);
  width: -moz-calc(100% - 4px);
  width: -webkit-calc(100% - 4px);
  width: calc(100% - 4px);
  position: relative;
  background-color: #eeeae4;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 46, ../scss/schema.scss */
#schema .columns .inner:hover {
  background-color: #9dd1eb;
  cursor: pointer;
}
/* line 50, ../scss/schema.scss */
#schema .columns .inner:hover svg {
  fill: #3399cc;
}
/* line 55, ../scss/schema.scss */
#schema .columns .inner svg {
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 60, ../scss/schema.scss */
#schema .columns .inner H3 {
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
  line-height: 1.1em;
}
/* line 68, ../scss/schema.scss */
#schema .columns .inner.goaft:after {
  content: url(../images/svg/ar.png);
  position: absolute;
  right: -14px;
  bottom: 40%;
  z-index: 4;
}
@media only screen and (max-width: 40.063em) {
  /* line 68, ../scss/schema.scss */
  #schema .columns .inner.goaft:after {
    left: 16px;
    right: auto;
    bottom: -20px;
    transform: rotate(90deg);
  }
}
/* line 81, ../scss/schema.scss */
#schema .svg {
  position: absolute;
  right: 100px;
  top: 0;
}
@media only screen and (max-width: 40.063em) {
  /* line 81, ../scss/schema.scss */
  #schema .svg {
    right: 40px;
    left: auto;
    top: 0;
    width: 80px;
    height: 80px;
  }
}
/* line 98, ../scss/schema.scss */
#schema div.medium-24 {
  width: 20%;
}
/* line 101, ../scss/schema.scss */
#schema div.medium-24 H3 {
  font-size: 1.2rem;
}
/* line 105, ../scss/schema.scss */
#schema div.medium-24 .svg {
  position: absolute;
  left: 0px;
  top: 0;
}
@media only screen and (max-width: 40.063em) {
  /* line 112, ../scss/schema.scss */
  #schema div.medium-24 {
    height: 120px;
    width: 100%;
  }
  /* line 115, ../scss/schema.scss */
  #schema div.medium-24 .svg {
    position: absolute;
    right: 40px;
    left: auto;
    top: 0;
    width: 80px;
    height: 80px;
  }
}
/* line 125, ../scss/schema.scss */
#schema .viewdetail {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
  margin: 5%;
  z-index: 10;
  background-color: rgba(250, 250, 250, 0.95);
  border: 4px solid #39C;
  padding: 3rem;
}
/* line 136, ../scss/schema.scss */
#schema .viewdetail H2 {
  padding-bottom: 3rem;
  color: #39C;
  line-height: 1.2;
}
/* line 141, ../scss/schema.scss */
#schema .viewdetail ul {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  list-style-type: none;
}
/* line 146, ../scss/schema.scss */
#schema .viewdetail ul li {
  display: block;
  float: left;
  width: 50%;
  height: 3rem;
  line-height: 1.1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 40.063em) {
  /* line 146, ../scss/schema.scss */
  #schema .viewdetail ul li {
    width: 100%;
    line-height: 1.5rem;
    height: 3rem;
    margin-bottom: 1rem;
  }
}
/* line 162, ../scss/schema.scss */
#schema .viewdetail .closer {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 1.8rem;
  overflow: hidden;
  background: #000;
  border: 1px solid #999;
  color: #FFF;
  font-weight: 900;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}