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

body {
  width: 100vw;
  background-color: rgba(0,0,0,0.3);
  height: auto;
  overflow-x: hidden;
  position: absolute;
  top:0;
}

.mobileOpen{
  display: none;
}
button {
  outline: none;
  cursor: pointer;
}

::selection {
  background: rgb(0, 153, 255);
}

/*frosted glass setting*/
.logoMobile{
  display: none;
}

/* Nav for menu*/
.nav-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 1;
  transition: all 0.5s;
}
.nav-container:hover{
  height:205px;
}
.nav-container {
  background-color: rgba(0,0,0,0.7);
}
.footer{
  background-color: rgba(0,0,0,0.5);

}

/* Hero for IMG WRAP*/
.backImgWrap{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height: auto;
  /*overflow:hidden;*/
  z-index: -1;
}
.backImg {
  text-align: left;
  position: relative;
  width:100%;
  height: auto;
  /*overflow:hidden;*/
  pointer-events: none;
  z-index: -1;
  transition: all 1s;
}

.backImg img{
  width:100%;
  height: auto;
  display: block;
  /*opacity: 0;*/
}
.showStart{
  position: absolute;
  z-index: 999999999;
}


/*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.65);
-moz-box-shadow: 3px 10px 18px -12px rgba(0,0,0,0.65);
box-shadow: 3px 10px 18px -12px rgba(0,0,0,0.65);
}
.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 a{
  border-bottom: 3px 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;
}
.bodyContent{
  display: block;
  width: 1000px;
  height: 200px;
  margin: auto;
  position: relative;
  margin-top:200px;
  background-color: rgba(0,0,0,0.3);

webkit-box-shadow: 3px 10px 18px -12px rgba(0,0,0,0.85);
-moz-box-shadow: 3px 10px 18px -12px rgba(0,0,0,0.85);
box-shadow: 3px 10px 18px -12px rgba(0,0,0,0.85);
}

.bodyContent .highL{
  width:500px;
  margin: auto;
  text-align:center;
  height: 50%;
  padding-top:70px;
  font-size: 20px;
  color:white;
  /*letter-spacing: 0px;*/
}
.bodyContent .highL p{
  float: left;
  height:30px;
  padding-top:5px;
  position: relative;
}
.ball{
  width:15px;
  height: 15px;
  background-color: black;
  position: absolute;
  top:-40px;
  left:5px;
  border-radius: 10px;
  opacity: 0;
  transition: all 1.5s;
}
.bodyContent .highL p.hi{
  padding-top:0;
  font-size: 40px;
  font-weight: bold;
  margin-left:20px;
  margin-right: 2px;
}
.bodyContent .higlExp{
  color:white;
  width:100%;
  text-align:center;
  height: 50%;
  line-height: 100px;
  font-size: 40px;
  letter-spacing: 0px;
  position: absolute;
  opacity: 0;
  transition: all 1s;
}

.caMenu{
  display: block;
  width: 1000px;
  height: 400px;
  margin: auto;
  margin-top:100px;
}
.caMenu ul{
  width:100%;
  height: 100%;
}

.caMenu ul li{
  width:24%;
  margin-right:1.3%;
  height: 80%;
  box-sizing: border-box;
  float: left;
  /*border:1px solid white;*/
  overflow:hidden;
  border-radius: 0px;
-webkit-box-shadow: 7px 10px 18px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 18px -7px rgba(0,0,0,0.75);
box-shadow: 7px 10px 18px -7px rgba(0,0,0,0.75);
/*background-color: white;*/
position: relative;
transition: all 0.5s;
cursor: pointer;
/*border-radius: 20px;*/
}
.caMenu ul li:last-child{
  margin-right:0;
}
.caMenu ul li img.backM{
  /*opacity: 0.8;*/
  /*filter: blur(5px);*/
  /*filter: grayscale(10%);*/
  /*transform: translateX(-30%);*/
  width:auto;
  height:100%;
}
.caMenu ul li img.backD{
  opacity: 0.9;
  position: absolute;
  z-index: 2;
  top:160px;
  left:50%;
  width:120px;
  transform-origin: center;
  /*transform: */
  transform:scale(0.9) translateX(-60px);;
}
.caMenu ul li p{
  width:100%;
  color:black;
  padding-top:100px;
  background-color: rgba(255,255,255,0.5);
  height: 100%;
  font-size: 30px;
  position: absolute;
  font-weight: bold;
  top:0px;
  left:0;
  text-align:center;
  transform-origin: center;
  transition: all 0.5s;
}
.caMenu ul li:hover{
  transform:translateY(-20px);
}

/*.caMenu ul li:hover p{
  transform:scale(1.2);
}
*/

.footerW {
  width:100%;
  height: 100px;
  position: relative;
  /*transition: all 1s;*/
  z-index: 2;
  background-color: rgba(0,0,0,0.3);

}
.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;
}
.mobileMenuWrap{
  display: none;
}


@media screen and (min-width:600px) and (max-width:1200px){
body, html{
  overflow-y: scroll;
}
.nav-container{
  width:100%;
  height: 50px;
}
.footerW, .footer{
  display: none;
}
.mobileOpen{
  display: block;
  position: fixed;
  top:5px;
  right:0;
  width:40px;
  height: 40px;
  z-index: 99999;
  color: white;
}
.mobileOpen img{
  width:100%;
  height: 100%;
}
.headerM {
    width: 100%;
    height: 50px;
    background-color: rgba(0,0,0,0.8);
}
.headerM:hover {
    height: 50px;
}
.backImg{
  opacity: 0.4;
}
.logo {
    width: 100px;
    height: 30px;
    /* background-color: red; */
    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;
}
.bodyContent{
  width: 100%;
  margin-top:10px;
  height: 120px;
  background-color: transparent;
}
.midWrap{
  display: none;
}
.bodyContent .highL{
  width:300px;
  font-size: 13px;
  padding-left:25px;
  padding-top: 30px;
}
.bodyContent .highL p.hi{
  font-size: 15px;
  margin-left: 5px;
}
.bodyContent .highL p{
  line-height: 10px;
  padding-top: 2px;
}
.bodyContent .higlExp{
  font-size: 20px;
  line-height: 60px;
}
.ball{
  left:0px;
  top:-20px;
  width:10px;
  height: 10px;
}


.caMenu{
  width:100%;
  margin-top:0px;
/*  position: absolute;
  top:300px;*/
}

.caMenu ul li{
  width:50%;
  height:200px;
  margin-right: 0;
  overflow:hidden;
  border:1px solid white;

}
.caMenu ul li p{
  padding-top: 25px;
  font-size: 20px;
}
.caMenu ul li img.backD{
  top:70px;

}
.caMenu ul li img.backM{
  display: block;
  width:100%;
  height: auto;
}

.logoMobile{
  display: block;
  width:100%;
  height: auto;
  margin-top:100px;
}
.logoMobile img{
  display: block;
  margin: auto;
  width:50%;
}
.logo{
  opacity: 0;
}
.mainM{
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

.caMenu ul li:hover{
  transform:translateY(0px);
}


.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;
  }





}











@media screen and (max-width:599px){
body, html{
  overflow-y: scroll;
  /*background-color: transparent;*/
}
.nav-container{
  width:100%;
  height: 50px;
}
.footerW, .footer{
  display: none;
}
.mobileOpen{
  display: block;
  position: fixed;
  top:5px;
  right:0;
  width:40px;
  height: 40px;
  z-index: 99999;
  color: white;
}
.mobileOpen img{
  width:100%;
  height: 100%;
}
.headerM {
    width: 100%;
    height: 50px;
    background-color: rgba(0,0,0,0.8);
}
.headerM:hover {
    height: 50px;
}
.backImg{
  opacity: 0.4;
}
.logo {
    width: 100px;
    height: 30px;
    /* background-color: red; */
    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;
}
.bodyContent{
  width: 100%;
  margin-top:10px;
  height: 120px;
  background-color: transparent;
}
.midWrap{
  display: none;
}
.bodyContent .highL{
  width:300px;
  font-size: 13px;
  padding-left:25px;
  padding-top: 30px;
}
.bodyContent .highL p.hi{
  font-size: 15px;
  margin-left: 5px;
}
.bodyContent .highL p{
  line-height: 10px;
  padding-top: 2px;
}
.bodyContent .higlExp{
  font-size: 20px;
  line-height: 60px;
}
.ball{
  left:0px;
  top:-20px;
  width:10px;
  height: 10px;
}



.caMenu{
  width:100%;
  margin-top:0px;
/*  position: absolute;
  top:300px;*/
}

.caMenu ul li{
  width:50%;
  height:200px;
  margin-right: 0;
  overflow:hidden;
  border:1px solid white;

}
.caMenu ul li a{
/*  display: block;
  width:90%;
  height: 90%;
  padding: 10px;
  overflow:hidden;
  margin:;*/
}
.caMenu ul li p{
  padding-top: 25px;
  font-size: 20px;
}
.caMenu ul li img.backD{
  top:70px;

}
.caMenu ul li img.backM{
  display: block;
  width:auto;
  height: 100%;
}

.logoMobile{
  display: block;
  width:100%;
  height: auto;
  margin-top:100px;
}
.logoMobile img{
  display: block;
  margin: auto;
  width:80%;

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

.caMenu ul li:hover{
  transform:translateY(0px);
}


.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;
  }

/* Hero for IMG WRAP*/
.backImgWrap{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height: 100vh;
  /*overflow:hidden;*/
  z-index: -1;
}
.backImg {
  text-align: left;
  position: relative;
  width:200vw;
  height: 100vh;
  /*overflow:hidden;*/
  pointer-events: none;
  z-index: -1;
  transition: all 1s;
}

.backImg img{
  width:200vw;
  height: 100vh;
  display: block;
  /*opacity: 0;*/
}



}