/* TYP COLORS */
/* BG-COLORS */
/* BUTTON COLORS */
/* BORDER COLORS */
.noscroll {
  overflow: hidden;
}

/*showCase*/
.showCase {
  height: 642px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.showCase:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  opacity: 0.88;
  background-image: linear-gradient(to bottom, transparent, #000000);
}
.showCase .cbox01 {
  z-index: 2;
  padding: 15px 30px 30px 30px;
  text-align: right;
}
.showCase .cbox01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 79px;
  height: 71px;
  border: 2px solid #3fae2b;
  border-right: 0;
  border-bottom: 0;
}
.showCase .cbox01:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 79px;
  height: 71px;
  border: 2px solid #3fae2b;
  border-top: 0;
  border-left: 0;
}
.showCase .cbox02 {
  z-index: 2;
}
.showCase .cbox02 .cbox02A {
  display: inline-block;
  padding: 5px 20px 5px 20px;
  margin-bottom: 30px;
}
.showCase .cbox02 .cbox02A:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 49px;
  height: 45px;
  border: 2px solid #3fae2a;
  border-right: 0;
  border-bottom: 0;
}
.showCase .cbox02 .cbox02A:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 49px;
  height: 45px;
  border: 2px solid #3fae2a;
  border-top: 0;
  border-left: 0;
}
.showCase .cbox02 .cbox02B {
  width: 425px;
  margin-left: 20px;
  line-height: 23px;
}

@media all and (max-width: 767px) {
  .showCase {
    height: 300px;
  }
  .showCase .cbox01 {
    z-index: 2;
    padding: 15px 15px 5px 15px;
    margin: 0 auto 80px auto;
    text-align: center;
  }
  .showCase .cbox01:before {
    width: 43px;
    height: 39px;
  }
  .showCase .cbox01:after {
    width: 43px;
    height: 39px;
  }
  .showCase .cbox01 .cbox01A {
    line-height: 29px;
  }
  .showCase .cbox01 .cbox01A span {
    display: block;
  }
  .showCase .cbox01 .cbox01B {
    display: none;
  }
  .showCase .cbox02 {
    padding: 10px 15px 5px 15px;
    margin: 0 auto 20px auto;
    text-align: center;
  }
  .showCase .cbox02 .cbox02A {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin-bottom: 30px;
  }
  .showCase .cbox02 .cbox02A:before {
    width: 22px;
    height: 23px;
  }
  .showCase .cbox02 .cbox02A:after {
    width: 22px;
    height: 23px;
  }
  .showCase .cbox02 .cbox02B {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .showCase {
    height: 400px;
  }
  .showCase .cbox01 {
    padding: 15px 20px 20px 20px;
  }
  .showCase .cbox01:before {
    width: 40px;
    height: 41px;
  }
  .showCase .cbox01:after {
    width: 40px;
    height: 41px;
  }
  .showCase .cbox02 {
    padding-left: 30px;
  }
  .showCase .cbox02 .cbox02A {
    padding: 5px 10px 5px 10px;
    margin-bottom: 20px;
  }
  .showCase .cbox02 .cbox02A:before {
    width: 22px;
    height: 23px;
  }
  .showCase .cbox02 .cbox02A:after {
    width: 22px;
    height: 23px;
  }
  .showCase .cbox02 .cbox02B {
    width: 300px;
    margin-left: 10px;
    line-height: 18px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .showCase {
    height: 391px;
  }
  .showCase .cbox01 {
    padding: 15px 20px 20px 20px;
  }
  .showCase .cbox01:before {
    width: 54px;
    height: 56px;
  }
  .showCase .cbox01:after {
    width: 54px;
    height: 56px;
  }
  .showCase .cbox01 .cbox01A {
    margin-bottom: 3px;
  }
  .showCase .cbox02 {
    padding-left: 0;
  }
  .showCase .cbox02 .cbox02A {
    padding: 5px 10px 5px 10px;
    margin-bottom: 20px;
  }
  .showCase .cbox02 .cbox02A:before {
    width: 22px;
    height: 23px;
  }
  .showCase .cbox02 .cbox02A:after {
    width: 22px;
    height: 23px;
  }
  .showCase .cbox02 .cbox02B {
    width: 300px;
    margin-left: 10px;
    line-height: 20px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
  .showCase {
    height: 480px;
  }
}
@media all and (min-width: 1400px) and (max-width: 1639px) {
  .showCase {
    height: 480px;
  }
}
