/*# sourceURL=../css/com.css?t=1 */
/*@ sourceURL=../css/com.css?t=1 */
/*@ sourceURL=../css/com.css */
/* COMMON CSS - LAYOUT CSS */

/* all layout */
body {
  min-width:1220px;
}
.wrap {
  width:100%;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}

/*header*/
#header{
  position: absolute;
  left: 0%;
  top:0;
  width: 94%;
  margin-left: 50px;


}
.gnb_wrap{
  width: 100%;
  position: relative;
}

.gnb_wrap .logo{

  display: block;
  position: absolute;
  top:15px;
  left:0;
}

.navi{

  float: right;
  padding:35px 110px 0 0;
}
.navi ul{

}
.navi ul li{
  float: left;
  padding-right: 50px;
}
.navi ul li a{
  display: inline-block;
  color: #fff;
  font-size: 16px;

}

.lang{
  background-color: #fff;
  position: absolute;
  top:33px;
  right: 0;
}
.lang a{
  min-width: 95px;
  display: block;
  padding:5px 5px;
}
.lang p{
  text-align: center
}

.drop_list{
  display: none;
  background-color: #fff;
  min-width:95px;
  position: absolute;
  z-index: 1;

}

.drop_list a{
  display: block;
  text-align: center;
  float: none;
  color: #000;
  padding:5px 5px;

}


.drop_list a:hover{
  background-color: #000;
  color: #fff;
}
.lang:hover .drop_list{
  display: block;
}

/*main*/

#content {
  width:100%;
  overflow:hidden;
  display:block;
}
.mv_wrap{
  width: 100%;
  height: 700px;
  overflow: hidden;



}
.mv{
  position: absolute;
  left: 0;
  top:0;
width: 100%;
  height: 700px;
  background: url("http://eco-win.co.kr/css/../images/main/mv01.jpg")center no-repeat;
  z-index: -999;
  background-size:cover
}

.mv .m_slogan{
  font-size: 60px;
  text-align: center;
  color: #fff;
  margin-top: 266px;
  display: block;
  text-shadow: 3px 3px 5px #444;
  font-style: Thin;
}

.left_banner{
  overflow: hidden;
  width: 100%;
}
.left_banner img{
  float: left;
}
.right_banner{
  margin-bottom: 70px;
  overflow: hidden;
}
.right_banner img{
  float: right;
}
.b01_txt{
  width: 50%;
  float: left;
}

.b02_txt{
  width: 49%;
  float: left;
}

.g_tit{
  color: #25ad1a;
  font-size: 27px;
  padding-top:40px;
}
.r_bar{
  width: 55px;
  height: 2px;
  background-color: #e10909;
  display:inline-block;
  margin:30px 0;
}

/*quick_menu*/
.quick_bg{
  width: 100%;
  height: 650px;
  background-color: #f0f0f0;
  overflow: hidden;
  margin-top: 70px;
  padding-top: 15px;
}
.quick_bg h3{
  text-align: center;
  font-size: 20px;
  padding:30px 0;
  font-size: 30px;
}
.quick_menu{

}
.quick_menu ul {

}
.quick_menu ul li{
  width: 390px;
  height: 434px;
  background-color: #fff;
  float: left;
  margin-right: 13px;
}
.quick_menu ul li:last-child{margin-right: 0px}

.quick_menu ul li p{
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
}
.quick_menu ul li a{
  color: #fff;
  display: block;
  overflow: hidden;
}
.more{
  width: 90px;
  height: 28px;
  background-color: #2d2d2d;
  margin:  0 auto;
  margin-top: 15px;
  border-top: 3px solid #aaa;
  text-align: center;
}
.more a{
  color: #fff;
  font-size: 15px;
  line-height: 28px;
}

.bottom_banner{
  width: 100%;
  height: 340px;
  background: url("http://eco-win.co.kr/css/../images/main/b_banner.jpg")center no-repeat fixed;
  background-size: cover;

}

.bottom_banner p{
  color: #fff;
  font-size: 19px;
  text-align: center;
  padding-top: 100px;

}


#footer{
  width: 100%;
  height: 234px;
  overflow: hidden;
  background-color: #a8a8a8;
}

#footer .f_logo{
  width: 100%;
  text-align: center;
  padding:25px 0
}

#footer .cp_info{

}
#footer .cp_info p{
  color: #2a2a2a;
  text-align: center;
  line-height: 18px;
}
#footer .cp_info span{
  color: #494949;
}

.topbox{
  text-align: center;
  width: 100%;
  padding-top:50px;
}
.topbox a{
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: #00a651;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-size: 14px;
}
