@media (min-width: 800px) {
#hero3 {
	background: url("/main/img/bg-best-gh.jpg") ;
    background-size: 100% ;
	height: 650px !important; 
}
}

@media (max-width: 799px) {
#hero3 {
   width: 100%;
  height: 450px !important; 
  background: url("/main/img/bg-best-gh-M.jpg")  center top no-repeat;
  background-size: cover ;
  position: relative;
}
}

/*
#hero3:before {
  content: "";
  background: rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
*/
#hero3 .container {
  position: relative;
  text-align:center;
}
#hero3 .h1 {
  margin: 70px 0 20px 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  white-space:nowrap;
  overflow:hidden;

}

#hero3 .h1 span {
	font-family:'맑은 고딕';
	color: royalblue;
	font-weight:800;
  -webkit-text-stroke: 3px #eee;
	white-space:nowrap;
    overflow:hidden;
	margin:0 auto;
	line-height:160%;
}
#hero3 h2 {
  color: #fff;
  margin: 5px 0 5px 0;
  font-size: 38px;
  font-weight: 800;
    line-height:160%;
	  overflow:hidden;

}

#hero3 h3 {
  color: #fff;
  margin: 5px 0 5px 0;
  font-size: 24px;
  font-weight: 400;
  width:75%;
  text-align:left;
  margin:0 auto;
    /*white-space:nowrap;*/
	text-align: justify;
	overflow:hidden;
	line-height:160%;

}


#hero3 .btn-get-started {
	margin-top:10px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: royalblue;
}
#hero3 .btn-get-started:hover {
  background: #222;
}
#hero3 .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#hero3 .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#hero3 .btn-watch-video:hover {
  color: #106eea;
}
#hero3 .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #hero3 {
    /*background-attachment: fixed;*/
  }
}
@media (max-width: 768px) {
  #hero3 {
    height: 100vh;
  }
  #hero3 .h1 {
	margin-top:0px;
    font-size: 32px;
    line-height: 36px;

  }

  #hero3 .h1  span {
	  -webkit-text-stroke: 2px #eee;
  }

  #hero3 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 00px;
  }
  #hero3 .btn-get-started, #hero .btn-watch-video {
    font-size: 18px;
  }
}
@media (max-height: 500px) {
  #hero3 {
    height: 120vh;
  }
}















@media (min-width: 800px) {
#hero4 {
	background: url("/main/img/bg-best-gh2.jpg") ;
    background-size: 100% ;
	height: 1000px !important; 
}
}

@media (max-width: 799px) {
#hero4 {
   width: 100%;
  height: 1300px !important; 
  background: url("/main/img/bg-best-gh2-M.jpg")  center top no-repeat;
  background-size: cover ;
  position: relative;
}
}
/*
#hero4:before {
  content: "";
  background: rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
*/
#hero4 .container {
  position: relative;
  text-align:center;
}
#hero4 .h1 {
  margin: 70px 0 20px 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  white-space:nowrap;
  overflow:hidden;

}

#hero4 .h1 span {
	font-family:'맑은 고딕';
	color: royalblue;
	font-weight:800;
  -webkit-text-stroke: 3px #eee;
	white-space:nowrap;
    overflow:hidden;
	margin:0 auto;
}
#hero4 h2 {
  color: #fff;
  margin: 5px 0 5px 0;
  font-size: 40px;
  font-weight: 800;
    white-space:nowrap;
	  overflow:hidden;

}

#hero4 h3 {
  color: #fff;
  margin: 5px 0 5px 0;
  font-size: 24px;
  font-weight: 400;
  width:75%;
  text-align:left;
  margin:0 auto;
    /*white-space:nowrap;*/
	text-align: justify;
	overflow:hidden;
	line-height:160%;

}


#hero4 .btn-get-started {
	margin-top:10px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: royalblue;
}
#hero4 .btn-get-started:hover {
  background: #222;
}
#hero4 .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#hero4 .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#hero4 .btn-watch-video:hover {
  color: #106eea;
}
#hero4 .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #hero4 {
    /*background-attachment: fixed;*/
  }
}
@media (max-width: 768px) {
  #hero4 {
    height: 100vh;
  }
  #hero4 .h1 {
	margin-top:0px;
    font-size: 32px;
    line-height: 36px;
  }

  #hero4 .h1 span{
	  -webkit-text-stroke: 2px #eee;
	}
  #hero4 h2 {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 00px;

  }


#hero4 h3 {
  color: #fff;
  margin: 5px 0 5px 0;
  font-size: 22px;
  font-weight: 800;
  width:90%;
  text-align:left;
  margin:0 auto;
    /*white-space:nowrap;*/
	text-align: justify;
	overflow:hidden;
	line-height:160%;

}

  #hero4 .btn-get-started, #hero .btn-watch-video {
    font-size: 18px;
  }
}
@media (max-height: 500px) {
  #hero4 {
    height: 120vh;
  }
}