.headerColor{
    background-color: white;
}

#nav-buttons {
    margin: 1px 1px 1px 1px;
    padding: 0 0 0 0;
    border: 0;
    float: right;
}

#nav-buttons-login {
    margin: 1px 1px 1px 1px;
    padding: 0 0 0 0;
    border: 0;
    float: right;
    background-color: lightgray;
   /* -webkit-border-radius:;
    -moz-border-radius:;*/
    border-radius: 3px;
}

#static-header {
    margin-top: 0px;
    padding-bottom: 0;
    position: relative;
   /* background: url("game_first_pic.png") no-repeat;*/
    background-size: cover;
    background-position: center
}

#static-header .header-text {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    position: absolute
}

#static-header .header-text1 {
    width: 100%;
    /*height: 100%;
    background: rgba(0, 0, 0, 0.6);*/
    text-align: center;
    /*position: absolute;*/
}


#static-header .header-text .wrap {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 620px;
    width: 85%
}

#static-header .header-text .wrap h2 {
    margin: 0 auto;
    margin-bottom: 25px
}

#static-header .down-arrow {
    position: relative;
    top: 90%
}

#static-header .down-arrow img {
    z-index: 1;
    width: 15px;
    height: auto;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg)
}

#static-header .down-arrow img:hover {
    cursor: pointer
}

#static-header h2, #static-header h5 {
    color: #fff
}


  .main-text
  {
      position: absolute;
      top: 50px;
      width: 96.66666666666666%;
      color: #FFF;
  }

  #training-steps {
      position: relative;
      padding: 40px 20px 40px 20px;
      background-color: #4CAF50; /*#9EC20A*/
      color: #fff;
      text-align: center
  }


@media only screen and (max-device-width: 1280px) {
    #training-steps .carousel-control {
        display: none !important
    }
}

@media (max-width: 845px) {
    #training-steps {
        padding: 20px
    }

    #training-steps .carousel-control.right > img {
        float: left
    }

    #training-steps .carousel-control.left > img {
        float: right
    }

    #training-steps p {
        height: 130px
    }
}

@media (max-width: 480px) {
    #training-steps .item > img {
        width: 90%
    }

    #training-steps .carousel-control {
        display: none !important
    }
}

  .carousel-control.left, .carousel-control.right {
      background-image: none
  }

  #science-to-games{
      text-align: center;
      margin-top: 5%
  }


  img.smallResolution{
      height: auto;
      width: auto;
      max-width: 65%;
      max-height: 65%;
      min-width: 230px;
      min-height: 129px;

  }

img.bgResolution{
    height: 100%;/*auto;*/
    width: 100%;/*auto;*/ /*auto는 자기 크기 이상으로 커지지 않는다. */
    max-width: 100%;
    max-height: 700px;/*100%;*/
    min-width: 300px;
    min-height: 114px;
}

@media (max-width:499px){
    h2{font-size:15px;}
    h5{font-size:8px;}
   /* #static-header {
        height: 300px
    }*/
}

@media (max-width: 767px) {
    #nav-buttons-login{
        width: 100%;
    }

    #nav-buttons{
        width: 100%;
    }
}

.landingPageWrapper{
    background-color: white;
}