/*# sourceURL=../css/com.css?t=1 */
/*@ sourceURL=../css/com.css?t=1 */
/* 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;
}

.top_menu{
float: right;
}

.top_menu ul{

}

.top_menu ul li{
float: left;
}

.top_menu ul li a{
  color: #fff;
  display: block;
  padding:10px 10px
}

.navi{

  float: right;
  padding:40px 5px 0 0;
}
.navi ul{

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

}

.lang{
  background-color: #fff;
  position: absolute;
  top:38px;
  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;
  margin-bottom: 50px;
}
.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/kor/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;
}


.product{
  position: relative;
}
.product h2{
  text-align: center;
  font-weight: 600;
  font-size:22px;
  padding:50px 0 0 0
}

.p_box{
  width: 380px;
  height:380px;
  background-color: #f0f0f0;
  float: left;
  margin:30px 20px 30px 0
}

.p_box ul li{
  text-align: center;
}
.p_box ul li img{
  margin: 0 auto;
}
.p_box a{
  display: block;
}

.p_box .p_kind{
  font-size:17px;
  font-weight: bold;
  padding:10px 10px
}

.p_box .p_tit{
  font-size: 17px;
  font-weight: bold;
  color: #25ad1a;
  padding:10px 0 0 0
}
.p_box .p_txt{
  width: 80%;
  margin:8px auto
}

.btnwrap {
    position: absolute;
    top: 50%;
    width: 1400px;
}
.btnwrap .pro_prebtn a {
    width: 33px;
    height: 63px;
    background: url("http://eco-win.co.kr/kor/css/../images/main/pro_prebtn.png") no-repeat;
    text-indent: -9999px;
    position: absolute;
    left: -70px;
}

.btnwrap .pro_nextbtn a {
    width: 33px;
    height:63px;
    background: url("http://eco-win.co.kr/kor/css/../images/main/pro_nextbtn.png") no-repeat;
    text-indent: -9999px;
    position: absolute;
    left: 1240px;
}






/*메인 게시판*/
.community{
  width: 100%;
  margin: 30px 0 30px 0
}
.community h3{
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 15px 20px;
}
.white_box{
  width: 580px;
  height: 180px;
  background-color: #fff;
  float: left;
  border:1px solid #eee;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.10);
  margin-bottom: 50px;
}


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

}
.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/kor/css/../images/main/b_banner.jpg")center no-repeat fixed;
  background-size: cover;

}

.bottom_banner p{
  color: #fff;
  font-size: 17px;
  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:20px 0
}

#footer .cp_info{

}
#footer .cp_info p{
  color: #000000;
  text-align: center;
  line-height: 18px;
}
#footer .cp_info span{
  color: #aaa;
}

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