header#gtco-header
{
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.header_center
{
    margin-top:5em;
    font-size:2.4em;
    line-height:1.5em;
    color:#ffffff;
}
.header_center ss
{
    margin-top:3em;
    font-size:1.4em;
    line-height:1.5em;
    color:#ffffff;
}
.header_center em
{
    font-size:1.1em;
    font-style: normal;
    font-weight: 600;
}
.header_center .header_comment
{
    line-height: 1.2em;
    font-size:0.7em;
}
.header_center span
{
    text-shadow: 0.1em 0.1em 0.2em #333; 
    /*text-shadow:  0px 1px #ffffff, 2px 2px 0px gray;
    filter:shadow(color=#999999, direction=135, strength=4); zoom:1;*/
}

#gtco-header {

}
@media screen and (max-width: 992px) {
  #gtco-header.gtco-cover {
    
     padding: 3em 0 !important; 
  }
}

@media screen and (max-width: 480px) {
  #gtco-header .btn {
    display: block;
    width: 100%;
  }

    .gtco-container .medium_img img{
        width: 80%!important;
        padding-top: 3%;
    }
}
#gtco-header .mt-text {
  margin-top: 1em;
  margin-bottom: 3em;
}

#gtco-header .intro-text-small {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .15em;
  display: block;
  margin-bottom: 10px;
}
#gtco-header h1, #gtco-header h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#gtco-header h1 {
  margin-bottom: 0px;
  font-size: 80px;
  line-height: 1.5;
  font-weight: 300;
  font-family: "Kaushan Script","Nanum Gothic", cursive !important;
}

#gtco-header span {

}
@media screen and (max-width: 768px) {
  #gtco-header h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#gtco-header h2 {
  line-height: 1.5;
  margin-bottom: 30px;
}
#gtco-header .form-wrap {
        
  position: relative;
  width: 80%;
    margin: 0 auto;
}
#gtco-header .form-wrap h3 {
  font-family: "Nanum Square";
}
#gtco-header .form-wrap .tab-menu {
  padding: 0 !important;
  margin: 0 0 -10px 0 !important;
  width: 100%;
  float: left;
  z-index: 12;
  position: relative;
}
#gtco-header .form-wrap .tab-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  float: left;
  width: 50%;
  text-align: center;
}
#gtco-header .form-wrap .tab-menu li a {
  padding: 10px 20px 20px 20px;
  float: left;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  color: #1a1a1a;
}
#gtco-header .form-wrap .tab-menu li a:hover {
  color: #1a1a1a;
}
#gtco-header .form-wrap .tab-menu li.active a {
  display: block;
  padding: 10px 20px 20px 20px;
  background: #fff;
  color: #FBB448;
}
#gtco-header .form-wrap .tab-menu li.gtco-first a {
  border-top-left-radius: 7px;
}
#gtco-header .form-wrap .tab-menu li.gtco-second a {
  border-top-right-radius: 7px;
}
#gtco-header .form-wrap .tab-content {
  z-index: 10;
  position: relative;
  clear: both;
  background: rgba(0, 0, 0, 0.8);
  padding: 30px;
}
#gtco-header .form-wrap .tab-content h3 {
  color: #fff;
}
#gtco-header .form-wrap .tab-content label {
  color: rgba(255, 255, 255, 0.8);
}
#gtco-header .form-wrap .tab-content .tab-content-inner {
  display: none;
}
#gtco-header .form-wrap .tab-content .tab-content-inner.active {
  display: block;
}
#gtco-header .form-wrap .tab-content .form-control {

  border: 2px solid rgba(255, 255, 255, 0.2);
}

#gtco-header,
.gtco-cover {
  height: 850px; /* rullru */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.gtco-cover a {
  color: #FBB448;
}
.gtco-cover a:hover {
  color: white;
}
.gtco-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.gtco-cover > .gtco-container {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #gtco-header,
  .gtco-cover {
    height: 630px; /* rullru */
  }
}
/*# sourceMappingURL=style.css.map */
