/*font-face*/
@font-face {
  font-family: 'db_heaventblack';
  src: url("/static/font/db_heavent_bd_v3.2.1-webfont.eot");
  src: url("/static/font/db_heavent_blk_v3.2.1-webfont.eot?#iefix") format("embedded-opentype"), url("/static/font/db_heavent_blk_v3.2.1-webfont.woff2") format("woff2"), url("/static/font/db_heavent_blk_v3.2.1-webfont.woff") format("woff"), url("/static/font/db_heavent_blk_v3.2.1-webfont.ttf") format("truetype"), url("/static/font/db_heavent_blk_v3.2.1-webfont.svg#db_heaventblack") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'db_heaventlight';
  src: url("/static/font/db_heavent_li_v3.2.1-webfont.eot");
  src: url("/static/font/db_heavent_li_v3.2.1-webfont.eot?#iefix") format("embedded-opentype"), url("/static/font/db_heavent_li_v3.2.1-webfont.woff2") format("woff2"), url("/static/font/db_heavent_li_v3.2.1-webfont.woff") format("woff"), url("/static/font/db_heavent_li_v3.2.1-webfont.ttf") format("truetype"), url("/static/font/db_heavent_li_v3.2.1-webfont.svg#db_heaventlight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'db_heaventbold';
  src: url("/static/font/db_heavent_bd_v3.2.1-webfont.eot");
  src: url("/static/font/db_heavent_bd_v3.2.1-webfont.eot?#iefix") format("embedded-opentype"), url("/static/font/db_heavent_bd_v3.2.1-webfont.woff2") format("woff2"), url("/static/font/db_heavent_bd_v3.2.1-webfont.woff") format("woff"), url("/static/font/db_heavent_bd_v3.2.1-webfont.ttf") format("truetype"), url("/static/font/db_heavent_bd_v3.2.1-webfont.svg#db_heaventbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'db_heaventregular';
  src: url("/static/font/db_heavent_v3.2.1-webfont.eot");
  src: url("/static/font/db_heavent_v3.2.1-webfont.eot?#iefix") format("embedded-opentype"), url("/static/font/db_heavent_v3.2.1-webfont.woff2") format("woff2"), url("/static/font/db_heavent_v3.2.1-webfont.woff") format("woff"), url("/static/font/db_heavent_v3.2.1-webfont.ttf") format("truetype"), url("/static/font/db_heavent_v3.2.1-webfont.svg#db_heaventregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'db_heaventmed';
  src: url("/static/font/db_heavent_med_v3.2.1-webfont.eot");
  src: url("/static/font/db_heavent_med_v3.2.1-webfont.eot?#iefix") format("embedded-opentype"), url("/static/font/db_heavent_med_v3.2.1-webfont.woff2") format("woff2"), url("/static/font/db_heavent_med_v3.2.1-webfont.woff") format("woff"), url("/static/font/db_heavent_med_v3.2.1-webfont.ttf") format("truetype"), url("/static/font/db_heavent_med_v3.2.1-webfont.svg#db_heaventmed") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input[type='text'], input[type='submit'], select, textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
  border: none; }

input:focus, select:focus, textarea:focus, button:focus, a:focus {
  outline: none; }

body {
  -webkit-overflow-scrolling: touch;
  font-size: 15px;
  line-height: 22px;
  position: relative;
  background: #121212;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #fff;
  font-family: 'db_heaventmed', san-serif;
  line-height: 1; }

ul li, ol li {
  list-style: none; }

a {
  text-decoration: none;
  color: #ffffff; }

.content {
  width: 90%;
  max-width: 1000px;
  padding: 23vh 5% 0;
  margin: 0 auto;
  position: relative;
  height: 77vh;
  overflow: hidden; }
  .content .col-left {
    width: 61%;
    float: left;
    padding: 50px 0;
    position: relative; }
    .content .col-left h1 {
      font-size: 100px;
      font-family: 'db_heaventlight', san-serif;
      font-weight: normal;
      line-height: 1;
      margin: 0 0 40px; }
    .content .col-left > .logo {
      float: left;
      margin: 0 30px 0 0; }
    .content .col-left .detail {
      float: left;
      width: 350px;
      padding-top: 10px; }
      .content .col-left .detail p {
        font-size: 60px;
        line-height: 52px;
        font-family: 'db_heaventlight', san-serif;
        font-weight: normal;
        clear: both; }
        .content .col-left .detail p span {
          display: block; }
        .content .col-left .detail p a {
          display: inline-block; }
          .content .col-left .detail p a img {
            width: 100px;
            height: auto;
            display: inline-block; }
      .content .col-left .detail p:last-child {
        font-size: 32px; }
  .content .col-left:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #535353; }
  .content .col-right {
    width: 39%;
    float: right;
    text-align: center;
    padding: 50px 0; }
    .content .col-right h3 {
      font-size: 50px;
      color: #ff0000;
      font-family: 'db_heaventmed', san-serif;
      font-weight: normal; }
    .content .col-right img {
      margin: 20px 0 30px; }
    .content .col-right a {
      display: block;
      font-size: 40px;
      font-family: 'db_heaventlight', san-serif;
      font-weight: normal;
      text-decoration: underline; }
    .content .col-right a:hover {
      text-decoration: none; }

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .content .col-left > .logo img {
    width: 180px; } }

@media screen and (max-width: 1023px) {
  .content {
    width: 96%;
    padding: 60px 2%;
    max-width: unset;
    height: auto; }
    .content .col-left {
      width: 100%;
      float: none;
      text-align: center;
      padding: 0 0 85px; }
      .content .col-left h1 {
        font-size: 72px;
        margin: 0 0 20px; }
      .content .col-left > .logo {
        float: none;
        width: 100%;
        margin: 0 0 20px; }
        .content .col-left > .logo img {
          width: 150px;
          height: auto; }
      .content .col-left .detail {
        width: 100%;
        float: none; }
        .content .col-left .detail p {
          margin: 0 0 20px; }
          .content .col-left .detail p a {
            padding: 0 15px; }
            .content .col-left .detail p a img {
              width: 180px;
              height: auto; }
        .content .col-left .detail p:last-child {
          font-size: 40px; }
          .content .col-left .detail p:last-child span {
            margin: 0 0 20px; }
    .content .col-left:after {
      display: none; }
    .content .col-right {
      width: 100%;
      float: none;
      padding: 0; } }

@media screen and (max-width: 569px) {
  .content .col-left {
    padding: 0 0 25px; }
    .content .col-left h1 {
      font-size: 56px; }
    .content .col-left > .logo img {
      width: 110px; }
    .content .col-left .detail p {
      font-size: 46px;
      line-height: 1; }
      .content .col-left .detail p a {
        padding: 0; }
        .content .col-left .detail p a img {
          width: 150px;
          padding: 0 5px; }
    .content .col-left .detail p:last-child {
      font-size: 32px; }
  .content .col-right a {
    font-size: 32px; } }

