.earth-wrap {
  position: relative;
  margin-top: 80px;
}

.earth-wrap .img-box {
  width: 820px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.earth-wrap .img-box img, .earth-wrap .img-box svg {
  display: block;
  max-width: 100%;
}

.earth-wrap .earth-text {
  position: absolute;
  height: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  padding-top: 35px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.earth-wrap .earth-text.earth-text-l {
  left: 90px;
  top: 70px;
  background-image: url(/html/assets/img/sub/sub2/talk_bubble_01.svg);
  opacity: 0;
  -webkit-transform: translate(70px, 70px);
          transform: translate(70px, 70px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.earth-wrap .earth-text.earth-text-r {
  right: 20px;
  top: 120px;
  background-image: url(/html/assets/img/sub/sub2/talk_bubble_02.svg);
  opacity: 0;
  -webkit-transform: translate(-70px, 70px);
          transform: translate(-70px, 70px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.earth-wrap.active .img-box {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.earth-wrap.active .earth-text.earth-text-l {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.earth-wrap.active .earth-text.earth-text-r {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

/* 

*/
.construction-section2 {
  overflow: hidden;
  background-position: 68% 68%;
  background-repeat: no-repeat;
  background-image: url(/html/assets/img/sub/sub2/sec02_bg.png);
}

.hash-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hash-wrap .sub-title-box {
  opacity: 0;
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.hash-wrap .sub-title-box .hash-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.hash-wrap .sub-title-box .hash-list li {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.hash-wrap .sub-title-box .hash-list li:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.hash-wrap .sub-title-box .hash-list li:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.hash-wrap .sub-title-box .hash-list li:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.hash-wrap .sub-title-box .hash-list li:not(:nth-of-type(1)) {
  margin-left: 15px;
}

.hash-wrap .sub-title-box .hash-list li .hash-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px;
  background-color: #FFF;
  border: 1px solid #28b7bc;
}

.hash-wrap .circle-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 520px;
  height: 520px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.hash-wrap .circle-box .circle-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/html/assets/img/sub/sub2/graph_bg.svg);
  -webkit-transform: rotate(-330deg);
          transform: rotate(-330deg);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.hash-wrap .circle-box .circle-tit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  height: 80%;
  color: #FFF;
  text-align: center;
  border-radius: 100%;
}

.hash-wrap .circle-box .circle-tit .text1 {
  font-size: 72px;
}

.hash-wrap .circle-box .circle-tit .text2 {
  font-size: 24px;
  margin-top: 20px;
}

.hash-wrap.active .sub-title-box {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hash-wrap.active .sub-title-box .hash-list li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.hash-wrap.active .circle-box {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hash-wrap.active .circle-box .circle-bg {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

/* 

*/
.shortcut-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shortcut-list li {
  width: 33.33333%;
}

.shortcut-list li .inner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.shortcut-list li .inner .bg-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.shortcut-list li .inner .bg-box .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.shortcut-list li .inner .bg-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.shortcut-list li .inner .text-box {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
  color: #FFF;
  -webkit-transition: height 0.3s, background-color 0.3s, bottom 0.3s;
  transition: height 0.3s, background-color 0.3s, bottom 0.3s;
}

.shortcut-list li .inner .text-box .shortcut-tit {
  font-size: 48px;
}

.shortcut-list li .inner .text-box .shortcut-text {
  font-size: 30px;
  margin: 20px 0;
}

.shortcut-list li .inner .text-box .sub-desc {
  color: inherit;
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s;
  transition: height 0.3s, opacity 0.3s;
}

/* 

*/
/* ---------------media screen START--------------- */
@media screen and (min-width: 991.1px) {
  .shortcut-list li .inner:hover .text-box {
    bottom: 0;
    background-color: rgba(40, 183, 188, 0.9);
    background-size: 55%;
    background-position: 90% bottom;
    background-repeat: no-repeat;
    background-image: url(/html/assets/img/sub/sub2/logo_symbol.svg);
  }
  .shortcut-list li .inner:hover .text-box .shortcut-text span {
    font-size: 0.95em;
  }
  .shortcut-list li .inner:hover .text-box .sub-desc {
    height: auto;
    opacity: 1;
  }
}

@media screen and (max-width: 1350px) {
  .earth-wrap {
    margin-top: 70px;
  }
  .earth-wrap .img-box {
    width: 780px;
  }
  .earth-wrap .earth-text {
    height: 100px;
    padding: 0 35px;
    padding-top: 30px;
  }
  .earth-wrap .earth-text.earth-text-l {
    left: 80px;
    top: 60px;
  }
  .earth-wrap .earth-text.earth-text-r {
    top: 110px;
  }
  /* 
    
    */
  .hash-wrap .circle-box {
    width: 490px;
    height: 490px;
  }
  .hash-wrap .circle-box .circle-tit .text1 {
    font-size: 65px;
  }
  .hash-wrap .circle-box .circle-tit .text2 {
    font-size: 22px;
    margin-top: 17px;
  }
  /* 
    
    */
  .shortcut-list li .inner {
    height: 90vh;
  }
  .shortcut-list li .inner .text-box {
    padding: 50px;
    bottom: -17px;
  }
  .shortcut-list li .inner .text-box .shortcut-tit {
    font-size: 43px;
  }
  .shortcut-list li .inner .text-box .shortcut-text {
    font-size: 28px;
    margin: 17px 0;
  }
}

@media screen and (max-width: 1100px) {
  .earth-wrap {
    margin-top: 60px;
  }
  .earth-wrap .img-box {
    width: 740px;
  }
  .earth-wrap .earth-text {
    height: 90px;
    padding: 0 30px;
    padding-top: 25px;
  }
  .earth-wrap .earth-text.earth-text-l {
    left: 60px;
    top: 50px;
  }
  .earth-wrap .earth-text.earth-text-r {
    right: 10px;
    top: 100px;
  }
  /* 
    
    */
  .hash-wrap .sub-title-box .hash-list {
    margin-top: 23px;
  }
  .hash-wrap .sub-title-box .hash-list li:not(:nth-of-type(1)) {
    margin-left: 13px;
  }
  .hash-wrap .sub-title-box .hash-list li .hash-text {
    height: 45px;
    padding: 0 20px;
  }
  .hash-wrap .circle-box {
    width: 410px;
    height: 410px;
  }
  .hash-wrap .circle-box .circle-tit .text1 {
    font-size: 55px;
  }
  .hash-wrap .circle-box .circle-tit .text2 {
    font-size: 20px;
    margin-top: 15px;
  }
  /* 
    
    */
  .shortcut-list li .inner {
    height: 70vh;
  }
  .shortcut-list li .inner .text-box {
    padding: 40px;
    bottom: -15px;
  }
  .shortcut-list li .inner .text-box .shortcut-tit {
    font-size: 37px;
  }
  .shortcut-list li .inner .text-box .shortcut-text {
    font-size: 26px;
    margin: 15px 0;
  }
}

@media screen and (max-width: 991px) {
  .shortcut-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shortcut-list li {
    width: 100%;
  }
  .shortcut-list li .inner {
    height: 100vw;
    max-height: 500px;
  }
  .shortcut-list li .inner .text-box {
    bottom: 0;
    background-color: rgba(40, 183, 188, 0.9);
    background-size: 30%;
    background-position: 90% bottom;
    background-repeat: no-repeat;
    background-image: url(/html/assets/img/sub/sub2/logo_symbol.svg);
  }
  .shortcut-list li .inner .text-box .shortcut-text span {
    font-size: 0.95em;
  }
  .shortcut-list li .inner .text-box .sub-desc {
    height: auto;
    opacity: 1;
  }
}

@media screen and (max-width: 850px) {
  .earth-wrap {
    margin-top: 50px;
  }
  .earth-wrap .img-box {
    width: 100%;
  }
  .earth-wrap .earth-text {
    height: 80px;
    padding: 0 25px;
    padding-top: 20px;
  }
  .earth-wrap .earth-text.earth-text-l {
    left: 0;
    top: 5vw;
  }
  .earth-wrap .earth-text.earth-text-r {
    right: 0;
    top: 9vw;
  }
  /* 
    
    */
  .hash-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hash-wrap .sub-title-box {
    text-align: center;
  }
  .hash-wrap .sub-title-box .hash-list {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hash-wrap .sub-title-box .hash-list li:not(:nth-of-type(1)) {
    margin-left: 10px;
  }
  .hash-wrap .sub-title-box .hash-list li .hash-text {
    height: 40px;
    padding: 0 15px;
  }
  .hash-wrap .circle-box {
    width: 370px;
    height: 370px;
    margin-top: 50px;
  }
  .hash-wrap .circle-box .circle-tit .text1 {
    font-size: 45px;
  }
  .hash-wrap .circle-box .circle-tit .text2 {
    font-size: 19px;
  }
  /* 
    
    */
  .shortcut-list li .inner .text-box {
    padding: 30px;
  }
  .shortcut-list li .inner .text-box .shortcut-tit {
    font-size: 32px;
  }
  .shortcut-list li .inner .text-box .shortcut-text {
    font-size: 22px;
  }
}

@media screen and (max-width: 700px) {
  .earth-wrap .earth-text {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .earth-wrap {
    margin-top: 40px;
  }
  /* 
    
    */
  .hash-wrap .sub-title-box .hash-list {
    margin-top: 15px;
  }
  .hash-wrap .circle-box {
    width: 75vw;
    height: 75vw;
    margin-top: 40px;
  }
  .hash-wrap .circle-box .circle-tit .text1 {
    font-size: 37px;
  }
  .hash-wrap .circle-box .circle-tit .text2 {
    font-size: 18px;
  }
  /* 
    
    */
  .shortcut-list li .inner .text-box {
    padding: 25px;
    background-size: 40%;
  }
  .shortcut-list li .inner .text-box .shortcut-tit {
    font-size: 28px;
  }
  .shortcut-list li .inner .text-box .shortcut-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 450px) {
  .earth-wrap .img-box {
    margin-top: 15px;
  }
  /* 
    
    */
  .hash-wrap .sub-title-box .hash-list li .hash-text {
    height: 35px;
    padding: 0 10px;
  }
  .hash-wrap .circle-box .circle-tit .text1 {
    font-size: 33px;
  }
  .hash-wrap .circle-box .circle-tit .text2 {
    font-size: 17px;
  }
  /* 
    
    */
  .shortcut-list li .inner .text-box {
    padding: 20px;
    background-size: 45%;
  }
  .shortcut-list li .inner .text-box .shortcut-tit {
    font-size: 25px;
  }
  .shortcut-list li .inner .text-box .shortcut-text {
    font-size: 18px;
    margin: 13px 0;
  }
}

@media screen and (max-width: 330px) {
  .hash-wrap .sub-title-box .hash-list li .hash-text {
    height: 30px;
  }
  .hash-wrap .circle-box .circle-tit .text1 {
    font-size: 30px;
  }
  .hash-wrap .circle-box .circle-tit .text2 {
    font-size: 16px;
    margin-top: 10px;
  }
  /* 
    
    */
  .shortcut-list li .inner .text-box {
    padding: 18px;
  }
  .shortcut-list li .inner .text-box .shortcut-tit {
    font-size: 21px;
  }
  .shortcut-list li .inner .text-box .shortcut-text {
    font-size: 17px;
    margin: 10px 0;
  }
}

/* ---------------media screen END--------------- */
