@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500&display=swap');

@font-face {
    font-family: "Telegraf";
    src: url("font/Telegraf-Regular.woff") format('woff');
    font-weight: normal;
}
@font-face {
    font-family: "Telegraf";
    src: url("font/Telegraf-bold.woff") format('woff');
    font-weight: bold;
}
@font-face {
    font-family: "Telegraf";
    src: url("font/Telegraf-UltraLight.woff") format('woff');
    font-weight: 100;
}


* {
  box-sizing: border-box;
}

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    cursor: url("cursor.png"), default;
    color: black;
}
body::selection {
  background: #ffb7b7; /* WebKit/Blink Browsers */
}

body {
  margin:0;
  font-family:  "Telegraf", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  }

  a:visited, a:link, a:active{
    text-decoration: none;
    color: black;
    background-color: #ddd;
    cursor: url("cursor.png"), pointer;
  }
  a:hover {
    background-color: #00FF3C;
  }
  a.linkhide{background-color: #fff;}
  a.linkhide:hover {
    background-color: #00FF3C;
  }

  *{box-sizing: border-box;}
  .header{
    position: relative;
    padding: 0.5em;
    margin:0 1em;
    border-bottom: 1px solid;
    min-height: 40px;
    z-index: 999;
    -webkit-transform: translate3d(0,0,0);
    line-height: 1.4
  }
  #title{width:100%;
  height: 192px;}
  .web_title{float:left; height: 31px; font-size: 1.2em; text-transform: uppercase}
  .web_title:hover{
    color:#000000;
  }
  .web_title.collapsible:hover{color:#00FF3C;}
  .btn_left:hover,.btn_right:hover{
    color:#00FF3C;
  }
  .collapsible{float:right;cursor: url("cursor.png"), pointer;
}
  .show_hide{cursor: url("cursor.png"), pointer;}
  table{border-collapse:collapse;}
  th, td{
    border-right:1px solid;
    height:calc(100vh - 31px);
    height: calc((var(--vh, 1vh) * 100) - 31px);
    border-top: none;
    vertical-align: top;
    padding:0;
    text-align:left;
  }
  td:first-of-type{padding-right: 1em;}
  th:last-of-type{
    border-right:0px;

  }
  td{border-bottom:none}
  .tablewrapper{
    height:calc(100vh - 86px);
    height: calc((var(--vh, 1vh) * 100) - 31px);
    overflow-y:scroll;
    width: 100%;
  }
  .circle_wrapper{
    width: 100%;
    position: sticky;
    top:0;
    z-index: 999
  }
  #table{width: calc(100% - 2em); margin:0 1em;}

  .table_contents_wrapper{
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 1em;
  }
  th:first-of-type>.table_contents_wrapper{
    padding-left: 0;}
  th:last-of-type>.table_contents_wrapper{
    padding-right: 0;
  }
  .title_wrapper{
    height: calc(100vh - 86px);
    height: calc((var(--vh, 1vh) * 100) - 86px);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    -webkit-transform: translate3d(0,0,0);
    min-height: 88px;
    /*background: linear-gradient(black, transparent);*/
  }
  .title_wrapper.circle{
    min-height: 150px;
  }
  .title_wrapper.circle2{
    min-height: 70px
  }
  .text_wrapper{
    border-top: 1px solid;
    margin-top: 1em;
    mix-blend-mode: darken;
  }
  .title{
    margin: 0;
    font-size: 3em;
    text-align: center;
    text-transform: uppercase;
    line-height: 0.9;
    letter-spacing: -0.1px;
  }

  .title_wrapper > .title{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width:100%;
    /*text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px,#000 0px 0px 1px,#000 0px 0px 1px,#000 0px 0px 1px, #000 0px 0px 1px;
    color: white;
    font-size: 3.5em;*/
  }
  .title_sub{
    border-top: 1px solid;
    text-align: center;
    padding: 1em 0 0;
    font-size: 1.2em;
    text-transform: uppercase
  }
  .title_sub_chapter{
    text-align: center;
    width: max-content;
    margin: 2em auto 1em;
    float: none!important;
    border:1px solid;
    padding:5px 10px;
    padding-right: -19px;
  }
  .close:hover, .title_sub_chapter:hover{
    color:white;
    background-color: black;
    cursor: url("cursor.png"), pointer;
  }

  .title_sub_chapter_content{
    margin:1em 0.5em;
    width:auto!important;
  }
.title_sub_chapter_content p{margin:0;}
  .title_sub_chapter:hover>span{
    visibility: visible;
    opacity:1;
}

.title_sub_chapter span{
  width: 19px;
  height: 19px;
  margin-left: auto;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

  .about{position: absolute; right: 0;}
  a>.image{padding-bottom: 0.5em;}
  a:last-of-type>.image{
    padding-bottom: 0;
  }
  .image{position: relative;
  transition: transform .25s, visibility .25s ease-in;}
  .project_image>img{
    width: 100%;
    display: block;  transform-origin: 0 0;
  transition: transform .25s, visibility .25s ease-in;
  }
  .image:hover{
    cursor: url("cursor.png"), pointer;
  }
  .image:hover .project_title{display: block;}

  .project_title{
    display: none;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width:100%;
    text-align: center;
    color:#00FF3C
    }
.text_main{
  margin-top: 100vh;
  margin-top: calc(var(--vh, 1vh) * 100);

}
  .text, .text_main{
    padding: 0;
    font-size: 1.2em;
    letter-spacing: -0.2px;
  }

.content {
  padding: 0;
  display: none;
  overflow: hidden;
  width:100%;
  font-size: 0.8em;
  text-indent: 10%;
}
.text_small>.content{
   font-size: 1em;
}
  .project_txt{
    overflow-y: scroll;
    height: calc(100% - 83px);
  }
  .btn_wrap{
    z-index: 1;
    -webkit-transform: translate3d(0,0,0);
    width:100%;
  }


.btn_top{position: relative;}
.btn_top>.title{
  text-align: center;
}
  .btn_btm{
    font-size: 2em;
    padding: 0.5em 0.5em 0.5em 0;
    font-weight: 100;
    position:absolute;
    bottom:0;
  }

  .btn_left{
    float: left;
  }
  .btn_right{
    float:right;

  }

  .close{
    font-size: 2em;
    float: right;
    letter-spacing: 1px;
    position: fixed;
    right: -10px;
    padding: 0.2em;
    cursor: url(cursor.png), pointer;
    z-index: 1;
    border-left: 1px solid;
    border-bottom: 1px solid;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: 100;
    margin: 0 -0.2em;
    background-color: #fff;
  }

  .cont_image{
    min-width: 115px;
    border-right: 0px;
  }

  .cont_image>.image:hover{
    cursor: url("cursor.png"), default;
  }
  .cont_image>.image:hover .project_image{
      -webkit-filter: none;
      filter: none;
    }
  .cont_image>.table_contents_wrapper{padding: 0;}
    .btn_wrap>.title{
      float:left;
      width: 100%;
      padding: 0.2em 0.5em 0.8em 0;
    }
    .project_txt>.text{
      margin: 0;
      padding: 0
    }

    .cont_txt{
      padding:1em 0;
      margin:0;
    }
    .link{
      text-indent: 0;
      font-size: 0.8em;
    }
    .cont_txt p{
      text-indent: 10%;
      margin:0;
      font-size:0.8em;
      line-height: 120%;
    }
    .metadata{
      font-size: 0.6em;
      border-top: 1px solid;
      padding-top: 1em;
      line-height: 120%;
      letter-spacing: 0.02em;
    }

    .project_txt.text>p{
      margin:0;
    }
    .full_text{
      line-height: 120%;
      width: 100%;
      margin: 1em 0 0;
      padding-right: 15vw;
      text-indent: 0;
    }

    .text_small{
      font-size: 0.8em;
    }
    .img_thumb img{
      width: 100%;
    }
    .img_thumb.logo{
      max-width: 120px;
    }
    .img_thumb{
      padding:1em;
      text-align: center;
      max-width: 280px;
      margin: auto;
    }
    .news .collapsible{
      border-bottom: 1px solid;
      float: none;
    }
    .news .collapsible:hover{
      background-color: #ddd;
    }
    .news .collapsible + .content{
      padding:0 1em;
      text-indent: 0;
    }

    .bold{
      font-size: 1em;
    }
    #title_wrapper_news{
      position: relative;
      top: auto;
      left: auto;
      height: auto;
    }
    th{font-weight: normal;}

    .title_s{
      font-size:1.2em;
      margin: 0;
      text-align: center;
      padding:0.5em;
      text-transform: uppercase
      }
      .circle img, .circle2 img{
        width: 100%;
        height: 100%;
      }
      .none{display: none;}
      .view{display: block;}
      .titlebg, .titlebg2{display: none;}

      #divResize {
        outline: 1px solid;
        cursor: move;
        float: left;
        cursor: move;
        z-index: 999;
        padding: 0;
        background: white;
        width: 300px;
        height: auto;
        position: absolute;
        left: 102px;
        top: calc(100vh - 200px);
        filter: drop-shadow(1px 1px 0px black);
        width:290px;
        min-width: 290px!important;
        min-height: 183.13px!important;
        }
              #divResize2 {
        outline: 1px solid;
        cursor: move;
        float: left;
        cursor: move;
        z-index: 998;
        padding: 0;
        background: white;
        width: 300px;
        height: auto;
        position: absolute;
        left: 115px;
        top: calc(100vh - 220px);
        filter: drop-shadow(1px 1px 0px black);
        width:290px;
        min-width: 290px!important;
        min-height: 183.13px!important;
        }
                      #divResize3 {
        outline: 1px solid;
        cursor: move;
        float: left;
        cursor: move;
        z-index: 998;
        padding: 0;
        background: white;
        width: 300px;
        height: auto;
        position: absolute;
        left: 90px;
        top: calc(100vh - 230px);
        filter: drop-shadow(1px 1px 0px black);
        width:290px;
        min-width: 290px!important;
        min-height: 183.13px!important;
        }

        .tab {
          height: 20px;
          background-color: black;
          border-bottom: 1px solid black;
          font-size: 0.8em;
          text-align: center;
          line-height: 20px;
          color:white;
        }
::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid white;
  width: 100px;
}
::-webkit-scrollbar {
  width: 0px;
  background-color: white;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #00FF3C;
  height:100px;}

div.scroll3::-webkit-scrollbar, th:last-of-type::-webkit-scrollbar{
          width: 0px!important;
}

/* Rotate Sphere animation */
@-webkit-keyframes animateSphere {
  0% { transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg); }
  50% { transform: rotateY(360deg) rotateX(360deg) rotateZ(0deg); }
  100% { transform: rotateY(720deg) rotateX(720deg) rotateZ(360deg); }
}


canvas { position: fixed; touch-action: none; }
.scene {
  perspective: 1000px;
}
.circlecontainer {
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 200px;
  height: 200px;
  transform-style: preserve-3d;
  animation-name: animateSphere;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.border {
  border: 1px solid black;
}

      @-webkit-keyframes fadeIn {
          0% {
              opacity: 0;
          }
          100% {
              opacity: 1;
          }
      }

      @keyframes fadeIn {
          0% {
              opacity: 0;
          }
          100% {
              opacity: 1;
          }
      }

      @-webkit-keyframes fadeOut {
          0% {
              opacity: 1;
          }
          100% {
              opacity: 0;
          }
      }

      @keyframes fadeOut {
          0% {
              opacity: 1;
          }
          100% {
              opacity: 0;
          }
      }

      @-webkit-keyframes moveInFromLeft {
          0% {
              opacity: 1;
              -webkit-transform: translateY(-100px);
              transform: translateY(-100px);

          }
          100% {
              opacity: 1;
              -webkit-transform: translateY(0);
              transform: translateY(0);

          }
      }

      @keyframes moveInFromLeft {
          0% {
              opacity: 1;
              -webkit-transform: translateY(-100px);
              transform: translateY(-100px);

          }
          100% {
              opacity: 1;
              -webkit-transform: translateY(0);
              transform: translateY(0);

          }
      }

      @-webkit-keyframes moveOutToTop {
          0% {
              -webkit-transform: translateY(0);
              transform: translateY(0);

          }
          100% {
              -webkit-transform: translateY(-100%);
              transform: translateY(-100%);

          }
      }

      @keyframes moveOutToTop {
          0% {
              opacity: 1;
              -webkit-transform: translateY(0);
              transform: translateY(0);

          }
          100% {
              opacity: 1;
              -webkit-transform: translateY(-100%);
              transform: translateY(-100%);

          }
      }

      @-webkit-keyframes moveInFromTop {
          0% {
              -webkit-transform: translateY(100px);
              transform: translateY(100px);

          }
          100% {
              -webkit-transform: translateY(0);
              transform: translateY(0);

          }
      }

      @keyframes moveInFromTop {
          0% {
              -webkit-transform: translateY(100px);
              transform: translateY(100px);

          }
          100% {
              -webkit-transform: translateY(0);
              transform: translateY(0);

          }
      }

      @-webkit-keyframes moveOutToRight {
          0% {
              opacity: 1;
              -webkit-transform: translateY(0);
              transform: translateY(0);

          }
          100% {
              opacity: 1;
              -webkit-transform: translateY(50%);
              transform: translateY(50%);

          }
      }

      @keyframes moveOutToRight {
          0% {
              opacity: 1;
              -webkit-transform: translateY(0);
              transform: translateY(0);

          }
          100% {
              opacity: 1;
              -webkit-transform: translateY(50%);
              transform: translateY(50%);

          }
      }

      .sceneElement {
          -webkit-animation-duration: .4s;
          animation-duration: .4s;
          transition-timing-function: ease-in;
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
      }

      .is-exiting .sceneElement {
          transition-timing-function: ease-out;
      }

      #main[data-transition=fade] .sceneElement {
          -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
      }

      #main[data-transition=fade].is-exiting .sceneElement {
          -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
      }

      #main[data-transition=moveleft] .sceneElement {
          -webkit-animation-name: moveInFromLeft;
          animation-name: moveInFromLeft;
      }

      #main[data-transition=moveleft].is-exiting .sceneElement {
          -webkit-animation-name: moveOutToRight;
          animation-name: moveOutToRight;
      }

      #main[data-transition=moveup] .sceneElement {
          -webkit-animation-name: moveInFromTop;
          animation-name: moveInFromTop;
      }

      #main[data-transition=moveup].is-exiting .sceneElement {
          -webkit-animation-name: moveOutToTop;
          animation-name: moveOutToTop;
      }

@media screen and (max-width:640px){
  body{
    font-size: 1em;
    overflow-y: scroll;
  }

  .btn_wrap>.title{max-width: 80vw;}

  .tablewrapper{
    height: calc(100vh - 40px);
    height: calc((var(--vh, 1vh) * 100) - 40px);}

  .table_contents_wrapper{
    padding:0;
  }

  .web_title{
    height: 39px;
    text-transform: uppercase}

  .container{display: none;}

  th, td{
    float: left;
    clear: left;
    width: 100%!important;
    height:100%;
    border-right:none;
    border-bottom: 1px solid;
  }

  .title_s{
    font-size:1.3em;
    padding:0em;
    width: 100%;
    line-height: calc(33.3vh - 18px)!important;
    height: 100%;
    position: sticky;
    top: 0;
  }
  .title_wrapper{position: relative;
      height: calc(33.3vh - 18px)!important;
      height: calc((var(--vh, 1vh) * 33.3) - 18px);}

  .full_text{max-width: 80%;}
  .text_main{margin-top: 0!important}
  .mb_bottom{
    height: calc(33.3vh - 19px);
    height: calc((var(--vh, 1vh) * 33.3) - 19px);}
  .mb_bottom>.title{
    line-height: calc(33.3vh - 19px - 1em);
    height: calc((var(--vh, 1vh) * 33.3) - 19px - 1em);}
  .btn_btm{
    border-top:1px solid;
    position:fixed;
    background: white;
    padding-right: 0.5em;
    width: calc(100% - 1em);
  }
  .title, .close
  {font-size: 1.3em;
  }
  .close{right:4px;}
  ::-webkit-scrollbar {
    width: 0px;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: transparent;
  }
}
