* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 
  transition: none;

}
html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
}
body {
  width: 100vw;
  height: 2400px;
  overflow-x: hidden;
  /*background-color: rgba(0,0,0,0.3);*/
  position: absolute;
  top:0;
}

.mobileMenuWrap{
  display: none;
}

/*frosted glass setting*/

/* Nav for menu*/
.nav-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 3;
  transition: all 0.5s;
}

.nav-container:hover{
  height:200px;
}
.nav-container{
  background-color: rgba(0,0,0,0.8);
}
.conWrap1{
  background: rgba(49, 43, 43, 0.82);
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
  -webkit-box-shadow: 9px 13px 24px -8px rgba(0,0,0,0.34);
-moz-box-shadow: 9px 13px 24px -8px rgba(0,0,0,0.34);
box-shadow: 9px 13px 24px -8px rgba(0,0,0,0.34);
  
}
.conWrap2{
  background: rgba(49, 43, 43, 0.82);
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
  border-radius: 80px;
  -webkit-box-shadow: 9px 13px 24px -8px rgba(0,0,0,0.34);
-moz-box-shadow: 9px 13px 24px -8px rgba(0,0,0,0.34);
box-shadow: 9px 13px 24px -8px rgba(0,0,0,0.34);
}

.footer{
 background-color: rgba(0,0,0,0.8);

}
.midWrap{
  background-color: rgba(100,100,100, 0.5);
}

/* Hero for IMG WRAP*/
.backImg {
  background-color: black;
  top: 0;
  left:-10px;
  width: 100vw;
  height: 2400px;
  overflow:hidden;
  z-index: -1;
  position: absolute;
}

.backImg img{
  height:auto;
  width: 100%;
  display: block;
  opacity: 0.5;
}
.conWrap1{
  position: absolute;
  width:1000px;
  height:860px;
  left:50%;
  top:250px;
  transform: translateX(-510px);
  color: white;
  border-radius: 80px;
  overflow:hidden;
}

.aboutIntro{
  position: relative;
  width:100%;
  height:100%;
  padding-top:80px;
}
.menuBar{
  width:130px;
  height:130px;
  margin: auto;
  position: relative;
  margin-top:240px;
}
.menuBar img{
  min-width:130px;
  min-height: 130px;
  position: absolute;
  top:-60px;
  left:-85px;
  z-index: 2;
}
.menuBar1{
  width:130px;
  height:130px;
  margin: auto;
  position: relative;
  margin-top:875px;
}
.menuBar1 img{
  min-width:130px;
  min-height: 130px;
  position: absolute;
  top:-60px;
  left:-85px;
  z-index: 2;
}
.conWrap2{
  position: absolute;
  width:1000px;
  height:1000px;
  left:50%;
  top:1250px;
  transform: translateX(-510px);
  color: white;
  border-radius: 80px;
  overflow:hidden;
}
.diagram{
  top:20px;
  width:416px;
  height:416px;
  margin: auto;
  position: relative;
  display: block;
  border:8px solid white;
  /*animation: moveI 2s infinite;*/
}

@keyframes moveI{
  0%{
    transform:translateX(-50px);
  }
  100%{
    transform:translateX(50px);
  }
}
.diagram svg{
  width:400px;
  height:400px;
  position: absolute;
  top:0px;
  left:0px;
  
}
.rectM{
  display: none;
}
.diagram img{
  pointer-events: none;
  position: absolute;
  top:20px;
  left:20px;
}
.diaK{
  transition: all 0.5s;
}
.knrcD{
  position: absolute;
  top:0;
  left:0;
}
.aboutTitle{
  width:100%;
  height: 120px;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  position: relative;
}
.aboutTitle p{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  text-align:center;
  opacity: 0;
  transition: all 0.5s;
}
.aboutTitle p span{
  font-weight: bold;
  font-size: 35px;
}
.aboutCon{
  margin-top:80px;
  width:100%;
  height: 120px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}
.aboutCon p{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  text-align:center;
  transition: all 0.5s;
  letter-spacing: 1px;
  opacity: 0;
  padding:0 20px;
  word-break: keep-all;
}









.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 1;
  transition: all 1s;
}


/*contesnts setting*/
.headerM{
  width:100%;
  height:100px;
  box-sizing: border-box;
  position: fixed;
  top:0;
  left:0;
  z-index: 99;
  transition: all 0.5s;
  overflow:hidden;
-webkit-box-shadow: 3px 10px 18px -12px rgba(0,0,0,0.25);
-moz-box-shadow: 3px 10px 18px -12px rgba(0,0,0,0.25);
box-shadow: 3px 10px 18px -12px rgba(0,0,0,0.25);
}
.logo{
  width:200px;
  height: 50px;
  /*background-color: red;*/
  position: absolute;
  top:25px;
  left:50%;
  transform: translateX(-500px);
}
.logo img{
  width:100%;
  height: auto;
}
.headerM:hover{
  height:200px;
}
.headerM ul{
  margin: auto;
  width:1000px;
  padding-left:500px;
  height:50px;
  margin-top:50px;
}
.headerM ul li{
  width:25%;
  height: 80%;
  float: left;
  line-height: 40px;
  position: relative;
  text-align:center;
  font-size: 16px;
  /*border-right:1px solid white;*/
  color:white;
}
.headerM ul li .mainM{
  cursor: pointer;
}
.headerM ul li a{
  width:100%;
  height: 100%;
  display: block;
}
.headerM ul li .onM{
  border-bottom: 4px solid white;
}
.headerM ul li .mainM:hover{
  border-bottom: 2px solid white;
}
.headerM ul li .mainM:hover a{
  border-bottom: 2px solid white;
}


.headerM ul li:last-child{
  border-right:none;
}
.headerM ul li .sideM{
  position: absolute;
  top:50px;
  left:0;
  width:100%;
  height:200px;
  font-size: 16px;
  cursor: pointer;
  box-sizing: border-box;
}

.headerM ul li .sideM p {
  height: 25%;
}

.headerM ul li .sideM p:hover{
  border-bottom:2px solid white;
}



.footerW {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 1;
  transition: all 1s;
}
.footerW .info{
  width:1000px;
  margin:auto;
  height:100%;
}
.footerW .info p{
  height:33.33333%;
  line-height: 33.33333px;
  font-size: 13px;
  color:white;
}

.footlogo{
  width:200px;
  height: 50px;
  /*background-color: red;*/
  position: absolute;
  z-index: 10;
  top:25px;
  right:50%;
  transform: translateX(500px);
}
.footlogo img{
  width:100%;
  height: auto;
}
.footerW i{
  font-size: 15px;
  margin-right: 10px;
}
.mobileOpen{
  display: none;
}
@media screen and (max-width:1200px){
body{
  width:100vw;
  overflow-x: hidden;
}
.nav-container{
  width:100%;
  height: 50px;
}
.footerW, .footer{
  display: none;
}
.mobileOpen{
  position: fixed;
  top:5px;
  right:0;
  width:40px;
  height: 40px;
  z-index: 99999;
  color: white;
  display: block;
}
.mobileOpen img{
  width:100%;
  height: 100%;
}
.headerM {
    width: 100%;
    height: 50px;
    background-color: rgba(0,0,0,0.8);
}
.headerM:hover {
    height: 50px;
}
.logo {
    width: 100px;
    height: 30px;
    background:transparent;
    position: static;
    top: 25px;
    left: 0;
    margin: auto;
    transform: translateX(0px);
    margin-top:15px;
}
.headerM ul {
    margin: auto;
    width: 50%;
    padding-left: 0px;
    height: 50px;
    margin-top: 0px;
}
.headerM ul li {
    width: 100%;
    height: 100px;
    float: none;
    clear: both;
    line-height: 30px;
    font-size: 16px;
    color: white;
}
.headerM ul li .sideM{
  position: static;
  height: 50px;
  font-size: 12px;
  line-height: 30px;
}
.headerM ul li .sideM p{
  width: 100%;
  height: 30px;
}


.conWrap1{
    width: 100%;
    height: 1260px;
    left: 0;
    top: 150px;
    transform: translateX(0);
    border-radius: 30px;
}
.conWrap1 img{
  max-width: 100%;
  display: block;
  margin: auto;
}
.menuBar img{
  left:-35px;
  top:-190px;
  width:200px;
  height: 200px;
}
.menuBar1 img{
  left:-35px;
  top:200px;
  width:200px;
  height: 200px;
}

.conWrap2{
  width: 100%;
  top:1550px;
  transform: translateX(0);
  border-radius: 30px;
  left:0;
  height:780px;
}
.aboutTitle p span{
  font-size: 25px;
}
.aboutTitle p{
  font-size: 18px;
  line-height: 20px;
  word-break: keep-all;
}

.diagram{
  position: relative;
}
.diagram{
  /*box-sizing: content-box;*/
  
}
.diagram svg{
  position: absolute;
  top:-8px;
  left:-8px;
}
.diagram img{
  top:0;
  left:0;
  width:100%;
}

.rectM{
  display: block;
}

.aboutTitle{
  height: 80px;
}

.aboutCon{
  font-size: 13px;
  line-height: 18px;
  padding:0 10px;
  margin-top:40px;
}
.aboutCon p{
  padding:0 10px;
  font-size: 16px;
  word-break: keep-all;
}

.backImg {
  width:100vw;
  height:auto;
  overflow-x: hidden;
  left:0px;
}

.backImg img{
  height:100%;
  width:auto;
  left:-80%;
  position: absolute;
  top:0;
}

.mainM{
  border-bottom: 1px solid rgba(255,255,255,0.4);
}


.mobileMenuWrap{
    display: block;
    width:60px;
    height:60px;
    position: fixed;
    bottom:20px;
    right:20px;
    z-index: 999999;
  }
  .mobileMenuWrap img{
    width:100%;
    height: 100%;
  }

  .rotateW{
    width:90px;
    height:90px;
    position:fixed;
    bottom:5px;
    right:5px;
    transform-origin: center;
    display: none;
    z-index: -1;
  }
  .hideSet{
    position: absolute;
    width:60px;
    height: 60px;
  }
  .rotate{
    animation:rot 0.5s;
  }
  .rotateO{
    animation:rotOut 0.5s;
  }
  @keyframes rot{
    0%{
      transform:rotate(-60deg);
      -ms-transform: rotate(-60deg); /* IE 9 */
      -webkit-transform: rotate(-60deg); /* Safari */
    }
    100%{
      transform: rotate(0deg);
      -ms-transform: rotate(0deg); /* IE 9 */
      -webkit-transform: rotate(0deg); /* Safari */
    }
  }
  @keyframes rotOut{
    0%{
      transform:rotate(0deg);
      -ms-transform: rotate(0deg); /* IE 9 */
      -webkit-transform: rotate(0deg); /* Safari */

    }
    100%{
      transform: rotate(-180deg);
      -ms-transform: rotate(-180deg); /* IE 9 */
      -webkit-transform: rotate(-180deg); /* Safari */
    }
  }
  .mapSet{
    bottom:100px;
    right:15px;
  }
  .callSet{
    bottom:80px;
    right:80px;
  }
  .mailSet{
    bottom:15px;
    right:100px;
  }


}